Gathering detailed insights and metrics for generator-feathers-namespace
Gathering detailed insights and metrics for generator-feathers-namespace
Gathering detailed insights and metrics for generator-feathers-namespace
Gathering detailed insights and metrics for generator-feathers-namespace
A Yeoman generator for a Feathers application
npm install generator-feathers-namespace
Typescript
Module System
Min. Node Version
JavaScript (87.43%)
HTML (12.57%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
520 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Mar 30, 2018
Latest Version
3.1.1
Package Id
generator-feathers-namespace@3.1.1
Unpacked Size
379.12 kB
Size
93.76 kB
File Count
81
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
35
A Yeoman generator for a Feathers application. This is a fork of the generator-feathers that places services namespaced with a . on their own url instead of the root url. I.E. yo feathers:service foo.bar would create the following endpoint: /foo/bar It would also place bar as a service within a foo parent directory
First you need install yeoman.
1npm install -g yo
Then install the feathers generator.
1npm install -g yo generator-feathers-namespace
Create a directory for your new app.
1mkdir my-new-app; cd my-new-app/
Generate your app and follow the prompts.
1yo feathers
Start your brand new app! 💥
1npm start
1# short alias for generate new application 2yo feathers 3 4# set up authentication 5yo feathers:authentication 6 7# set up a database connection 8yo feathers:connection 9 10# generate new hook 11yo feathers:hook 12 13# generate new middleware 14yo feathers:middleware 15 16# generate new service 17yo feathers:service
feathers/feathers-configuration uses NODE_ENV
to find a configuration file under config/
. After updating config/production.js
you can run
1NODE_ENV=production npm start
To contribute PRs for these generators, you will need to clone the repo
then inside the repo's directory, run npm link
. This sets up a global
link to your local package for running tests (npm test
) and generating
new feathers apps/services/hooks/etc.
When finished testing, optionally run npm uninstall generator-feathers
to remove
the link.
Copyright (c) 2017
Licensed under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
91 existing vulnerabilities detected
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