@markout-lang/cli
v0.6.0
Published
HTML-first reactive language: lexically scoped values on the DOM tree, compile-time dependency extraction, and isomorphic SSR
Maintainers
Readme
@markout-lang/cli
The command line for Markout — an HTML extension that adds modularity, reactivity and isomorphism to plain HTML.
npm i -g @markout-lang/cli
markout ./site # serve it, with live reload
markout build # render ./markout into a sibling ./distA project that already has a package.json — anything using kits — pins it
instead, and the command is the same:
npm i -D @markout-lang/cli
npx markout ./siteA bare markout serves ./markout, and a bare markout build compiles that
directory into a sibling ./dist — the convention the whole toolchain shares,
so a docroot means the same thing to the server, to a build and to the
VS Code extension.
Pages are ordinary .html files. Nothing here asks you to adopt a project
layout beyond the docroot.
Full documentation is in the repository.
MIT.
