Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vyo/generator-moria
https://github.com/vyo/generator-moria
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vyo/generator-moria
- Owner: vyo
- License: isc
- Created: 2016-03-12T15:35:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-13T18:16:47.000Z (over 8 years ago)
- Last Synced: 2024-01-28T21:02:24.959Z (10 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-moria [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> Create a lean app with Mithril and Skeleton## Installation
First, install [Yeoman](http://yeoman.io) and generator-moria using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-moria
```Then generate your new project:
```bash
yo moria
```## Getting To Know Yeoman
Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced. Feel free to [learn more about him](http://yeoman.io/).
## License
ISC © [Manuel Weidmann]()
[npm-image]: https://badge.fury.io/js/generator-moria.svg
[npm-url]: https://npmjs.org/package/generator-moria
[travis-image]: https://travis-ci.org/vyo/generator-moria.svg?branch=master
[travis-url]: https://travis-ci.org/vyo/generator-moria
[daviddm-image]: https://david-dm.org/vyo/generator-moria.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/vyo/generator-moria
[coveralls-image]: https://coveralls.io/repos/vyo/generator-moria/badge.svg
[coveralls-url]: https://coveralls.io/r/vyo/generator-moria