0.2.6 • Published 10 years ago

generator-metalsmith v0.2.6

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

generator-metalsmith Build Status

Yeoman generator for Metalsmith

Getting Started

To install generator-metalsmith from npm, run:

$ npm install -g generator-metalsmith

Usage

$ yo metalsmith

Option

  • -s alias --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • -w alias --skip-welcome-message

    Skips app welcome message.

Metalsmith Boilerplate

The following directory structure is generated after running yo metalsmith:

.
├── .gitignore
├── Makefile
├── metalsmith.json
├── package.json
├── README.md
├── _layouts
│   ├── defaul.html
│   └── post.html
├── _posts
│   ├── 2012-08-20-first-post.md
│   ├── 2012-09-28-second-post.md
│   ├── 2012-09-28-third-post.md
│   └── 2012-12-07-fourth-post.md
└── _site

License

MIT License

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago