separatejs

0.0.7 • Public • Published

separatejs


Simple Cli for create node API Project

About


separatejs helps developer to make api very quickly. This package provide separate layer of each route.

Install


(npm i separatejs)

Usage


Steps

  1. (separate new)
  2. Enter Project name and hit enter next add some description. Database connection features not added. You can initilized your project without database connection.
  3. Your Project is ready.
  4. You can create CRUD of any route
    • (separate make <YourrouteName>)
    • This command will create full CRUD for your route without Database connection. You can write your logic for this route in ( Routes/<YourrouteName>/<YourrouteName>.service.js)

Keywords


separate new For Init new project. separate make <yourRouteName> Run this command inside your separate project directory. This will Create full CRUD routes for your project.

Readme

Keywords

none

Package Sidebar

Install

npm i separatejs

Weekly Downloads

0

Version

0.0.7

License

ISC

Unpacked Size

56.8 kB

Total Files

21

Last publish

Collaborators

  • blackcoder56