New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@risecorejs/app-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@risecorejs/app-cli

`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.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

@risecorejs/app-cli

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.

Installation

You can install rcjs globally using npm or yarn:

npm install -g @risecorejs/app-cli
# or
yarn global add @risecorejs/app-cli

Usage

rcjs <command> [options]

Commands

  • 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

Explore Commands and Options

To discover available commands and their options, use --help with any command:

rcjs <command> --help

FAQs

Package last updated on 01 Nov 2023

Did you know?

Socket

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.

Install

Related posts