slush-stackdot v1.0.48
Stackdot Slush Generator
Slush generator for:
- New UI Projects
- UI Modules
- New API Projects
Getting Started:
First you need to install the slush generator.
Requirements:
- Slush installed globally
npm install slush -g
Then to install the generator:
npm install slush-stackdot -gTo create a new UI project:
Run the following from the root directory of your new project:
slush stackdotIs the short have for:
slush stackdot:uiCreate a UI module:
Be in the directory of the new module. For instance if your new module name is going to be "header", you should run the following command from app/modules/header. Slush will populate this directory with the new module contents.
slush stackdot:moduleCreate a new API project
When creating a new API project you will have the option to include database(s)
- MongoDB
- LevelDB
- MySQL
Run the following from the root directory of your new project:
slush stackdot:apiLicense
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago