Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ouracademy/generator-itcss
A Yeoman generator for setup a folder structure for ITCSS conventions
https://github.com/ouracademy/generator-itcss
arquillian css generator itcss yeoman
Last synced: 9 days ago
JSON representation
A Yeoman generator for setup a folder structure for ITCSS conventions
- Host: GitHub
- URL: https://github.com/ouracademy/generator-itcss
- Owner: ouracademy
- License: mit
- Created: 2017-02-19T05:46:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T23:23:12.000Z (almost 8 years ago)
- Last Synced: 2024-04-18T10:53:37.155Z (9 months ago)
- Topics: arquillian, css, generator, itcss, yeoman
- Language: CSS
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-itcss [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
> A Yeoman generator for setup a folder structure for ITCSS conventions
>Based in content of https://github.com/gpmd/itcss-boilerplate## Installation
First, install [Yeoman](http://yeoman.io) and generator-itcss using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
```Then install your generator-itcss:
```bash
npm install -g generator-itcss
```Then generate your new project:
```bash
yo itcss
```## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## License
MIT © [Diana Quintanilla](www.academyfor.us)
[npm-image]: https://badge.fury.io/js/generator-itcss.svg
[npm-url]: https://npmjs.org/package/generator-itcss
[travis-image]: https://travis-ci.org/ouracademy/generator-itcss.svg?branch=master
[travis-url]: https://travis-ci.org/ouracademy/generator-itcss
[daviddm-image]: https://david-dm.org/ouracademy/generator-itcss.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ouracademy/generator-itcss
[coveralls-image]: https://coveralls.io/repos/ouracademy/generator-itcss/badge.svg
[coveralls-url]: https://coveralls.io/r/ouracademy/generator-itcss