https://github.com/cloudfour/generator-core-patternlib
Yeoman Generator for core pattern libraries
https://github.com/cloudfour/generator-core-patternlib
Last synced: 7 months ago
JSON representation
Yeoman Generator for core pattern libraries
- Host: GitHub
- URL: https://github.com/cloudfour/generator-core-patternlib
- Owner: cloudfour
- Created: 2015-10-27T22:06:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T08:14:27.000Z (about 1 year ago)
- Last Synced: 2025-03-11T09:25:05.790Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
0. Clone this repository; `cd` into it.
0. Make sure you're running Node `0.12` or higher. If you have multiple versions installed, you can create a `.node-version` file in your working directory to force the version in use:
```sh
echo "0.12" > .node-version
```
0. Run `npm install -g yo` if you don't already have `yo`.
0. Run `npm install`.
0. Run `npm link` to symlink this as a global Node package.
## Usage
0. Create a new project directory; `cd` into it.
0. Create a `.node-version` file here too if necessary.
0. Run `yo cloudfour-core-patternlib` and follow the prompts.
0. Run `npm build` to build and view locally.
0. Run `npm start` to build, view locally, and enable file watching for automatic rebuilds.
0. Run `gulp --tasks` to print out a tree of available tasks.