Socket
Book a DemoInstallSign in
Socket

@teamhive/angular-npm-seed

Package Overview
Dependencies
Maintainers
13
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teamhive/angular-npm-seed

An Angular npm package and demo site generator

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
13
Created
Source

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.

ParameterDescriptionDefault
package-nameThe name of the package. It will be scoped at @teamhive/package-name. Do not lead the name with @teamhivenone

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

Keywords

generator

FAQs

Package last updated on 24 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts