0.1.4 • Published 10 years ago

generator-staticsite v0.1.4

Weekly downloads
1
License
-
Repository
-
Last release
10 years ago

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

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago