0.1.0 • Published 8 years ago

sakin v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

sakin NPM version Build Status Dependency Status Coverage percentage

A simple yet versatile and efficient static site generator

Installation

$ npm install -g sakin

Basic usage

# Create a website in the current directory
$ sakin --init

# Create an article in contents/articles
$ sakin --article "Hello everyone"

# Create a page in contents/pages
$ sakin --page "About me"

# Generate the website
$ sakin --generate

# Preview the website
$ sakin --serve 8080

# Publish the website
$ sakin --publish

License

MIT © oss6