0.0.7 • Published 3 years ago

separatejs v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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.

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

4 years ago