Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hariadi/generator-metalsmith
Yeoman generator for Metalsmith
https://github.com/hariadi/generator-metalsmith
metalsmith metalsmith-plugin yeoman yeoman-generator
Last synced: 3 months ago
JSON representation
Yeoman generator for Metalsmith
- Host: GitHub
- URL: https://github.com/hariadi/generator-metalsmith
- Owner: hariadi
- Created: 2014-03-11T08:07:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T20:01:37.000Z (about 9 years ago)
- Last Synced: 2024-10-04T15:59:17.239Z (4 months ago)
- Topics: metalsmith, metalsmith-plugin, yeoman, yeoman-generator
- Language: JavaScript
- Homepage:
- Size: 399 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-metalsmith - generator-metalsmith
README
# generator-metalsmith [![Build Status](https://travis-ci.org/hariadi/generator-metalsmith.svg)](https://travis-ci.org/hariadi/generator-metalsmith)
> [Yeoman](http://yeoman.io) generator for [Metalsmith](http://metalsmith.io)
## 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](http://en.wikipedia.org/wiki/MIT_License)