generator-staticsite

0.1.4 • Public • Published

StaticSite Build Status

A generator for Yeoman with support for:

Getting Started

Install Yeoman:

npm install -g yo

Install the generator:

npm install -g generator-staticsite

Usage

Create a new project:

mkdir project && cd $_
yo staticsite

Boilerplate

The following directory structure generated after run yo staticsite:

.
├── .editorconfig
├── .jshintrc
├── .gitignore
├── Gruntfile.js
├── package.json
├── src
│   ├── assets
│   │   ├─── scripts
│   |   │   ├── module1.js
│   |   │   └── module2.coffee
│   │   └── styles
│   |   │   ├── modules
│   |   │   |   ├── _all.scss
│   |   │   |   └── _header.scss
│   |   │   └── main.scss
│   ├── content
│   │   └── markdown.md
│   ├── data
│   │   └── site.yml
│   └── templates
│       ├── layouts
│       │   └── default.hbs
│       ├── pages
│       │   ├── index.hbs
│       └── partials
│           └── header.hbs
└── node_modules

License

MIT License

/generator-staticsite/

    Package Sidebar

    Install

    npm i generator-staticsite

    Weekly Downloads

    13

    Version

    0.1.4

    License

    none

    Last publish

    Collaborators

    • adrianolaru