@tabujs/cli

An aesthetically simple, peculiarly modular, blog-aware, static site generator

Usage no npm install needed!

<script type="module">
  import tabujsCli from 'https://cdn.skypack.dev/@tabujs/cli';
</script>

README

@tabujs/tabu.cli

An aesthetically simple, peculiarly modular, blog-aware, static site generator

lerna

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/cli

or

yarn global add @tabujs/cli

or run it directly

npx @tabujs/cli

Create a new site

tabu init <site-name>
cd <site-name>

Build your site

tabu build

Run a local development server

tabu serve