An open API service indexing awesome lists of open source software.

https://github.com/coderiver/generator-man


https://github.com/coderiver/generator-man

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# generator-man [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Simple and quite universal frontend scaffolding. Webpack, sass, linters, PostCSS, svg sprites, png sprites, everything that simplifies your life included.

## Installation

First, install [Yeoman](http://yeoman.io) and generator-man 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-man
```

Then generate your new project:

```bash
yo man
```

## 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

MIT © [Coderiver](http://riverco.de)

[npm-image]: https://badge.fury.io/js/generator-man.svg
[npm-url]: https://npmjs.org/package/generator-man
[travis-image]: https://travis-ci.org/coderiver/generator-man.svg?branch=master
[travis-url]: https://travis-ci.org/coderiver/generator-man
[daviddm-image]: https://david-dm.org/coderiver/generator-man.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/coderiver/generator-man