Installations
npm install tipi-template-tslib
Developer Guide
Typescript
No
Module System
N/A
Min. Node Version
>=6
Node Version
6.9.1
NPM Version
2.14.7
Score
69.7
Supply Chain
89
Quality
75.6
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (87.95%)
TypeScript (12.05%)
Developer
clebert
Download Statistics
Total Downloads
4,584
Last Day
1
Last Week
5
Last Month
21
Last Year
249
GitHub Statistics
2 Stars
63 Commits
1 Forks
3 Watching
26 Branches
1 Contributors
Package Meta Information
Latest Version
0.13.0
Package Id
tipi-template-tslib@0.13.0
Size
6.31 kB
NPM Version
2.14.7
Node Version
6.9.1
Total Downloads
Cumulative downloads
Total Downloads
4,584
Last day
0%
1
Compared to previous day
Last week
-16.7%
5
Compared to previous week
Last month
600%
21
Compared to previous month
Last year
-27.4%
249
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
tipi-template-tslib
This is a tipi-cli template.
Installation
1npm install --global tipi-cli
Usage
Creating a new project using the template from github
1curl -L https://github.com/clebert/tipi-template-tslib/archive/master.tar.gz | tar -xf- --strip 1 "*/template"
1tipi create "new-project" --template ./template --author "Clemens Akens" --email "clebert@me.com" --description "TODO" --user "clebert"
1rm -rf template
Creating a new project using the template from npm
This procedure is currently not recommended.
1tipi create "new-project" --template "tslib" --author "Clemens Akens" --email "clebert@me.com" --description "TODO" --user "clebert"
Development
Installing the dev dependencies
1npm install
Committing a new change
1npm run cz
Publishing a new version
1npm run release
1git push --follow-tags origin master
1npm publish
Built by (c) Clemens Akens. Released under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
project is archived
Details
- Warn: Repository is archived.
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
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
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2024-12-30
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