
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@risecorejs/app-cli
Advanced tools
`rcjs` is a command-line tool designed to simplify the process of managing and scaffolding projects. It offers a set of commands to initialize projects, create modules, services, controllers, models, perform database migrations, and more.
rcjs is a command-line tool designed to simplify the process of managing and scaffolding projects. It offers a set of commands to initialize projects, create modules, services, controllers, models, perform database migrations, and more.
You can install rcjs globally using npm or yarn:
npm install -g @risecorejs/app-cli
# or
yarn global add @risecorejs/app-cli
rcjs <command> [options]
rcjs init: Initializing the Project.rcjs make:module: Generate a new module.rcjs make:service: Generate a service in a module.rcjs make:controller: Generate a controller in a module.rcjs make:middleware: Generate a middleware in a module.rcjs make:model: Generate a model in a module.rcjs make:migration: Generate a database migration file in a module.rcjs make:migrations: Generate database migration files based on module models.rcjs db:migrate: Execute database migration files of modules.rcjs db:rollback: Rollback the last database migration files of modules.For a quick list of all commands, run:
rcjs --help
To discover available commands and their options, use --help with any command:
rcjs <command> --help
FAQs
`rcjs` is a command-line tool designed to simplify the process of managing and scaffolding projects. It offers a set of commands to initialize projects, create modules, services, controllers, models, perform database migrations, and more.
We found that @risecorejs/app-cli 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.