Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

TeamMaestro/angular-npm-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-npm-seed

Installation

sudo npm i -g @teamhive/angular-npm-seed

Start 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-pack

Run the demo site

When the generated package is finished, cd into the new folder and run the start command

cd my-pack
npm run start