0.2.4 • Published 4 years ago

@idot-digital/staticc v0.2.4

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

Staticc

Staticc is a static side generator. It is made for simple static sides and gives you the possibility to change data one the page without touching the HTML. You simply update the data in the data.js and build the page again.

Installation

$ npm install staticc

or

$ yarn add staticc

Quick start

Initialize a new project

$ staticc init

Start the live server

$ staticc serve

Create a development build

$ staticc build-dev

Create a production build (minified)

$ staticc build

Documentation

If you need a simple documentation click here.

License

ISC or MIT

Developend and maintained by iDot digital