https://github.com/castlecss/castlecss-generator
This repo contains a yeoman generator which can be used for projects to generate a CastleCSS boilerplate.
https://github.com/castlecss/castlecss-generator
Last synced: over 1 year ago
JSON representation
This repo contains a yeoman generator which can be used for projects to generate a CastleCSS boilerplate.
- Host: GitHub
- URL: https://github.com/castlecss/castlecss-generator
- Owner: CastleCSS
- License: mit
- Created: 2016-11-05T12:44:08.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2017-10-01T14:53:46.000Z (over 8 years ago)
- Last Synced: 2025-02-08T09:52:45.878Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://castlecss.com
- Size: 37.1 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CastleCSS generator (beta)
This generator is based on [Yeoman](http://yeoman.io). It can generate a boilerplate for a
[CastleCSS](https://github.com/CastleCSS/) project. It gives more flexibility than the
[castlecss-boilerplate](https://github.com/CastleCSS/castlecss-boilerplate/) because the generator
lets you pick which components of castlecss you want to use.
## Requirements
To use this generator, you must have NPM and Yeoman installed: ```npm install yo -g```
## How to use
- ```npm install generator-castlecss -g```
- ```yo castlecss```
- Follow the prompt
## Arguments
Any questions a user will be prompted for can be overridden with CLI options, for example:
```yo castlecss --projectname example```
## Contributing
To use the generator locally, use ```npm install ``` in the root of the repo, and then
use the ```yo``` command to select the generator.