0.2.0 • Published 7 years ago
@teamhive/angular-npm-seed v0.2.0
angular-npm-seed
Installation
sudo npm i -g @teamhive/angular-npm-seedStart a package
navigate to the root directory to create the root folder of the project in. For instance, if you wanted to create a package named my-pack in the folder called Documents/Development. You would cd into Documents/Development as the my-pack will be created by the generate command.
generate-hive-package [package-name]The generate command (g for short) accepts 2 inputs.
| Parameter | Description | Default |
| --- | --- | --- |
| package-name | The name of the package. It will be scoped at @teamhive/package-name. Do not lead the name with @teamhive | none |
Example
generate-hive-package my-packRun the demo site
When the generated package is finished, cd into the new folder and run the start command
cd my-pack
npm run start0.2.0
7 years ago
0.1.2
7 years ago
0.1.0
7 years ago
0.1.0-alpha.5
7 years ago
0.1.0-alpha.4
7 years ago
0.1.0-alpha.3
7 years ago
0.1.0-alpha.2
7 years ago
0.1.0-alpha.1
7 years ago