ssn-cli

1.2.5 • Public • Published

urelaa-cli

A npm package to generate Project modules automatically with bruno api end point

Installation

$ npm install -g ssn-cli

Features

  • 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

Demo

     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


Project tree

.

  • 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
    • index.ts
    • common
    • config
    • db
    • app.ts
    • index.ts
  • .env
  • package.json

Readme

Keywords

none

Package Sidebar

Install

npm i ssn-cli

Weekly Downloads

2

Version

1.2.5

License

ISC

Unpacked Size

59.6 kB

Total Files

20

Last publish

Collaborators

  • sohel902833