You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ngain-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngain-cli

an Angular boilerplates generator

1.3.4
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

ngain-cli

Description

Based on past development experiences, I have encapsulated an Angular project template for use by companies and their individual projects. In order to avoid the repetitive work of git clone, npm install and manually modifying the project name-related field values in some configuration files of the project, the scaffolding tool was developed.

ngain = ng + gain

It can be seen from the naming that the scaffolding tool can generate the Angular front-end project template and directly enter the business development stage, eliminating the need for the initial configuration of the project development and the preparation of the common code.

Usage

Install

npm i ngain-cli -g

Create New Project

ngain new|n [projectName]

or

npx ngain new|n [projectName]

run the above command directly in the target directory without installing this scaffolding tool globally

Version

ngain -v

or

npx ngain -v

run the above command directly in the root directory of project without installing this scaffolding tool globally

Project Template

BarryLiu1995/angular-project-template

Keywords

Angular

FAQs

Package last updated on 19 Mar 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