A npm package to generate Project modules automatically with bruno api end point
$ npm install -g ssn-cli
- Generate API documentation from your codebase
- Interactive command-line interface for easy configuration
- Automatic detection of API endpoints and parameters
- Command-line options for fine-tuning the generation process
ssn init bp // to initialize the project
npm i
npm run dev
ssn create bm // to create backend module
ssn upload bm // to upload module files
//for this commands need to create any.json file into root directory and add the following
[
{
"moduleName": "User",
"modelProperties": "name@S@R,email@S@R,password@S@R,createdAt@D@R,updatedAt@D@R",
}
]
ssn --help // to see the help menu
ssn --version // to see the version
.
- docs
- project_name
- node_modules
- src
- app
- user
- user.controller.ts
- user.model.ts
- user.routes.ts
- user.schemas.ts
- user.services.ts
- user.types.ts
- user
- index.ts
- common
- config
- db
- app.ts
- index.ts
- app
- .env
- package.json