@tabujs/cli
v0.4.0
Published
An aesthetically simple, peculiarly modular, blog-aware, static site generator
Readme
@tabujs/tabu.cli
An aesthetically simple, peculiarly modular, blog-aware, static site generator
IMPORTANT NOTICE
This project is under development and as such the information and implementation is likely to be incorrect and/or incomplete and may change at any time without warning or be revised entirely.Please avoid using in production until this notice has been removed, unless you understand and accept the risks involved.
Thank you and happy coding.
This module contains the Tabu command line interface
Getting started
Install the cli
npm i -g @tabujs/clior
yarn global add @tabujs/clior run it directly
npx @tabujs/cliCreate a new site
tabu init <site-name>
cd <site-name>Build your site
tabu buildRun a local development server
tabu serve