
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
A CLI and scripts used at Echobind
To get started quickly, from the root of your project run:
npx eb-scripts init (react|react-typescript|react-native-typescript)
This will install eb-scripts as a devDependency and add a few helpful hygen scripts to your package.json.
$ npm install -g eb-scripts
$ eb-scripts COMMAND
running command...
$ eb-scripts (-v|--version|version)
eb-scripts/2.0.6 linux-x64 node-v13.1.0
$ eb-scripts --help [COMMAND]
USAGE
$ eb-scripts COMMAND
...
eb-scripts generate TEMPLATENAMEgenerates new files
USAGE
$ eb-scripts generate TEMPLATENAME
ARGUMENTS
TEMPLATENAME (react-component|react-typescript-component|react-native-typescript-component|react-native-typescript-sc
reen|react-native-e2e|util-typescript) the template you want to use
OPTIONS
-h, --help show CLI help
-n, --name=name [default: MyNewComponent] name to print
-p, --path=path path to where you want the files to go
EXAMPLE
$ eb-scripts generate react-component -n MyNewComponent -p src/components
Loaded templates: _templates
added: src/MyNewComponent.js
See code: src/commands/generate.ts
eb-scripts help [COMMAND]display help for eb-scripts
USAGE
$ eb-scripts help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
eb-scripts init PROJECTinitializes project by installing eb-scripts and adding scripts to package.json
USAGE
$ eb-scripts init PROJECT
ARGUMENTS
PROJECT (react|react-typescript|react-native-typescript) The language or framework of the project.
Valid options: react,react-typescript,react-native-typescript
OPTIONS
-h, --help show CLI help
EXAMPLE
$ npx eb-scripts init react
See code: src/commands/init.ts
If you're interested in contributing, please read our CONTRIBUTING guide.
Thanks goes to these wonderful people (emoji key):
JavaScript Joe 💻 📖 💡 🚧 | Jenn 👀 💻 | Alvin Crespo 💻 📖 ⚠️ 👀 | Chris Ball 🚇 🤔 👀 | Jeffrey Zhen 👀 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
A CLI and scripts used at Echobind
We found that eb-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.