generator-blacksmith
v0.1.2
Published
Yeoman generator for blacksmith
Downloads
5
Readme
Generator-blacksmith
Yeoman generator for blacksmith.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install -g generator-blacksmith
- Run:
yo blacksmith
Generators
Avaiable generators:
App
Sets up a new blacksmith app, generating all the boilerplate you need to get started.
Post
Generate and create a new post files at `content/posts'
Example:
yo blacksmith:post title authorname
Options
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.