https://github.com/snugug/generator-armadillo
Static site generator for Yeoman
https://github.com/snugug/generator-armadillo
Last synced: 8 months ago
JSON representation
Static site generator for Yeoman
- Host: GitHub
- URL: https://github.com/snugug/generator-armadillo
- Owner: Snugug
- License: mit
- Created: 2013-05-30T18:38:04.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T16:52:30.000Z (over 9 years ago)
- Last Synced: 2025-08-05T23:51:27.964Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 42
- Watchers: 3
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-armadillo [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Let [Armadillo](https://github.com/Snugug/gulp-armadillo) build your static site for you
```
,.-----__
,:::://///,:::-.
/:''/////// ``:::`;/|/ .----.
/' |||||| :://'`\ | Yo |
.' , |||||| `/( e \ /----'
-===~__-'\__X_`````\_____/~`-._ `.
~~ ~~ `~-'
```
## Installation
First, install [Yeoman](http://yeoman.io) and generator-armadillo using [npm](https://www.npmjs.com/) (we assume you've followed Armadillo's [Pre Setup instructions](https://github.com/Snugug/gulp-armadillo/wiki/Developing-with-the-Armadillo#pre-setup)).
```bash
npm install -g yo
npm install -g generator-armadillo
```
Then, have Yeoman take your Armadillo for a walk and together, they'll build you a new project:
```bash
yo armadillo
```
## License
MIT © [Sam Richard](https://snugug.com/)
[npm-image]: https://badge.fury.io/js/generator-armadillo.svg
[npm-url]: https://npmjs.org/package/generator-armadillo
[travis-image]: https://travis-ci.org/snugug/generator-armadillo.svg?branch=master
[travis-url]: https://travis-ci.org/snugug/generator-armadillo
[daviddm-image]: https://david-dm.org/snugug/generator-armadillo.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/snugug/generator-armadillo
[coveralls-image]: https://coveralls.io/repos/snugug/generator-armadillo/badge.svg
[coveralls-url]: https://coveralls.io/r/snugug/generator-armadillo