Gathering detailed insights and metrics for generator-blip-api-kates
Gathering detailed insights and metrics for generator-blip-api-kates
Gathering detailed insights and metrics for generator-blip-api-kates
Gathering detailed insights and metrics for generator-blip-api-kates
Template to kickstart the development of an NodeJS API to be used alongside BLiP's Builder feature
npm install generator-blip-api-kates
Typescript
Module System
Node Version
NPM Version
JavaScript (91.27%)
Mustache (8.73%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
9 Stars
188 Commits
4 Forks
1 Watchers
3 Branches
5 Contributors
Updated on Jul 18, 2023
Latest Version
1.0.12
Package Id
generator-blip-api-kates@1.0.12
Unpacked Size
54.92 kB
Size
16.04 kB
File Count
55
NPM Version
7.5.4
Node Version
15.7.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
9
Yeoman generator for a API using BLiP and ready to Kubernetes and helm.
Assuming your folder is called blip-bot-project
.
Whatever name you choose will replace all occurrences of that string in the project
1 📁blip-bot-project 2 |__📁charts 3 |__📁blip-bot-project 4 | |__📁templates 5 | | |__📃{_helpers.tpl} 6 | | |__📃{autoscale.yaml} 7 | | |__📃{deployment.yaml} 8 | | |__📃{ingress.yaml} 9 | | |__📃{secrets.yaml} 10 | | |__📃{service.yaml} 11 | |__📃{.helmignore} 12 | |__📃{Chart.yaml} 13 | |__📃{values.yaml} 14 |__📁src 15 |__📁config // The app config 16 | |__📃{default.json} 17 | |__📃{index.js} 18 | | |__📃{...} 19 |__📁controllers // The controllers 20 | |__📃{example-controller.js} 21 | |__📃{health-check-controller.js} 22 |__📁facades // The facades 23 | |__📃{blip-facade.js} 24 | |__📃{example-facade.js} 25 |__📁middlewares // The middlewares 26 | |__📃{error-middleware.js} 27 | |__📃{logger-middleware.js} 28 | |__📃{res-body-middleware.js} 29 | |__📃{validator-middleware.js} 30 |__📁models // The models 31 | |__📁errors // The error models 32 | | |__📃{bad-request-error.js} 33 | | |__📃{index.js} 34 | | |__📃{no-content-error.js} 35 | |__📃{route.js} 36 |__📁providers // The providers 37 | |__📃{blip-provider.js} 38 | |__📃{logger-provider.js} 39 |__📁routes // The routes 40 | |__📃{example-routes.js} 41 | |__📃{health-check-routes.js} 42 | |__📃{index.js} 43 | |__📃{routes.js} 44 |__📁services // The services 45 | |__📃{blip-service.js} 46 | |__📃{example-service.js} 47 |__📁validators // The schema validators 48 | |__📃{example-validator.js} 49 |__📃{app.js} // The app startup config 50 |__📃{server.js} 51|__📁test // The tests 52| |__📃{example.test.js} 53| |__📃{health-check.test.js} 54| |__📃{swagger.test.js} 55|__⚙️.editorconfig 56|__⚙️.eslintignore 57|__⚙️.eslintrc.json 58|__⚙️.gitattributes 59|__⚙️.gitignore 60|__⚙️.prettierrc 61|__⚙️LICENSE 62|__⚙️package.json 63|__⚙️README.md 64|__🐋Dockerfile
1# Create a directory for your project && Change into directory 2$ mkdir my-api-name && cd my-api-name 3 4# Generate a project 5$ npm init yo generator-blip-api-kates
1$ npm install -g yo
1$ npm install -g generator-blip-api-kates
1# Create a directory for your project && Change into directory 2$ take my-api-name 3# Or 4$ mkdir my-api-name && cd my-api-name 5 6# Generate a project 7$ yo blip-api-kates
Action | Usage |
---|---|
Starting development mode | npm start |
Linting code | npm run lint |
Running unit tests | npm run jest |
Running lint + tests | npm test |
Running code coverage | npm run coverage |
Sending coverage results to Coveralls.io | npm run coveralls |
1$ npm install -g yo
1$ git clone https://github.com/chr0m1ng/generator-blip-api-kates.git
1# Change into directory 2$ cd generator-blip-api-kates 3 4# Link generator 5$ npm link 6 7# Run generator 8$ yo blip-api-kates
This generator was created based on original oss generator created by Roberto Achar .
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 5/17 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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