pinto
Version:
A dead simple single page build tool
36 lines (25 loc) • 1.03 kB
Markdown
[](https://badge.fury.io/js/pinto)
A minimal and zero-configuration tool for developing super tiny HTML projects, such as:
* **quick experiments and prototypes** _— it’s easy to build and deploy_
* **student projects** _— the environment is almost non-existent_
* **super small sites** _— single page portfolio etc_
* **project documentation** _— by using pinto on your gh-pages branch_
```bash
$ npm install pinto -g
```
```bash
$ pinto init src
$ pinto dev src
$ pinto build src dist
$ pinto preview dist
```
Pinto creates a completely static html page from the following:
* A single CSS file
* A single JS file
* A handlebars template
* A JSON file that powers the handlebars template
* An assets folder for public images or whatever