nera-cli
v1.0.3
Published
Nera cli is a tool to initialize and work on projects which are build with light weight static site generator [Nera](https://github.com/seebaermichi/nera).
Maintainers
Readme
Nera Cli
Nera cli is a tool to initialize and work on projects which are build with
light weight static site generator Nera.
Install
npm install -g nera-cliUsage
To initialize a new Nera project, just run
nera init my-projectThis will clone the nera repo and render the initial pages.
To start working on a Nera project, use
nera start my-projectThis will render the pages, start the local server and the nodemon watcher.
