1.0.17 • Published 9 years ago
generator-siftmodgen v1.0.17
Welcome to SiftModGen (Sift Module Generator)
Dependencies
Before installation, check...
node -v
is 4.1.2 or 4.2.1npm -v
is 2.14.7
- First install Yeoman
npm install -g yo@1.4.8
Usage
- Navigate to the folder in which you wish to make the new module.
- The folder name should match the name you will give the module. (ie: sfAutocomplete)
- install the generator
npm i -g generator-siftmodgen
- From the terminal run:
yo siftmodgen path/to/directory/from/step/1
oryo siftmodgen $(pwd)
Options
- You can name the module
- You can build a ui or node type module
- If it's a ui module, you can add a directive and service as well.
1.0.17
9 years ago
1.0.16
9 years ago
1.0.15
10 years ago
1.0.14
10 years ago
1.0.13
10 years ago
1.0.12
10 years ago
1.0.11
10 years ago
1.0.10
10 years ago
1.0.9
10 years ago
1.0.8
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago