2.1.1 • Published 3 years ago

inert-cli v2.1.1

Weekly downloads
52
License
GPL-3.0
Repository
github
Last release
3 years ago

inert-cli

CLI for the Inert static site generator

The Inert static site generator is my new side project. It is primarily designed for blogging.

To use this tool, you must first install it globally from npm.

npm install inert-cli -g

Then, create a new folder for your project, navigate to it, and run

inert init

To build your project, run

inert build

to watch files and rebuild automatically on changes, run

inert build --watch

To serve a demo version of your project, run

inert serve