1.0.2 • Published 3 years ago

snabb v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Snabb

Snabb is a static site generator created using Nodejs. Using Snabb we can generate simple website with markdowns.

🚀 Installation

OPTION 1

npm i -g snabb

Installing dependency using -g will install snabb globally.

OPTION 2

Directly get the latest version of the Snabb from GitHub, install the dependencies and link it to Node Package Manager

📈 Usage

STEP 1 - CREATE PROJECT

snabb create

This command will help to create a new project based on the templete you choose (eg. blog or portfolio as of now) also other configuration related questions will be asked.

STEP 2 - START PROJECT

snabb start

Once the project is created change the directory and run start command to spin up the local development server

🚧 STAY TUNED AS THE WORK IS IN PROGRESS 🚧