shevky
v0.0.6
Published
A minimal, dependency-light static site generator.
Maintainers
Readme
shevky

A minimal, dependency-light static site generator.
Quick Start
For the quick start you should execute the following commands.
npm init -y
npm install --save-dev shevky
npm install
npx shevky --initThe system provides a simple blog for you. Then you can build with following commands.
npm run build
npm run devTechnical Documentation
The tech documentation is preparing for Shevky with Shevky. You will find it under Shevky Project page.
