/oriens

Use pug and stylus create your static website.

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

oriens

GitHub package.json version Build Status codecov GitHub top language node GitHub license

Use pug and stylus create your static website.

Installation

npm install oriens -g

Basic Usage

Create an oriens project:

oriens create [projectname]

Build oriens project:

# In project directory.
# If you create it just now, you may need run `cd [projectname]`
oriens build

Project example

See simple/