Installations
npm install ng-cli
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=0.10
NPM Version
1.4.28
Score
54.2
Supply Chain
74.6
Quality
70.8
Maintenance
50
Vulnerability
99.6
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Total Downloads
Cumulative downloads
Total Downloads
198,690
Last day
-57.5%
17
Compared to previous day
Last week
-49.6%
114
Compared to previous week
Last month
-0.6%
867
Compared to previous month
Last year
-19.6%
11,496
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
5
Dev Dependencies
5
ng-cli
The ng tools gateway
Installation
$ npm install -g ng-cli
Usage
1$ ng --help 2 3 Usage: ng <command> [options] 4 5 6 Commands: 7 8 init Generates an application/component structure for you in the current folder 9 build Alias for "gulp build" 10 serve Alias for "gulp serve" 11 12 Options: 13 14 -h, --help output usage information 15 -V, --version output the version number 16
ng init
Bootstrap an angular app using Yeoman and our
generator-ng-factory.
You can pass extra flags to the generator using double-dashes.
ng init -- --app --username=toto
Note: don't forget to npm i && bower i
afterward.
ng build
An alias for gulp build
ng serve
An alias for gulp serve
License
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
0 existing vulnerabilities detected
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 2 are checked with a SAST tool
Score
3
/10
Last Scanned on 2024-12-16
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More