https://github.com/coderiver/generator-man
https://github.com/coderiver/generator-man
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderiver/generator-man
- Owner: coderiver
- License: mit
- Created: 2015-12-03T15:41:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T03:13:03.000Z (over 2 years ago)
- Last Synced: 2025-04-01T20:07:24.619Z (about 2 months ago)
- Language: HTML
- Size: 6.34 MB
- Stars: 108
- Watchers: 23
- Forks: 19
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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