Skip to content

jefripunza/jumpboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JUMPBOOT

Simple, Fast, and Customable

banner

Link Framework

Application Description Link
NodeJS JavaScript environment to run javascript outside browser download & install
Typescript JavaScript replacement language for better development needs doc
Yarn Easier to use package manager than NPM doc
PM2 process manager for running microservices doc
Nodemon auto reload service if project is saved (for development only) doc
ExpressJS web app framework for NodeJS written in the JavaScript programming language doc
TypeORM make it easier to create applications using rational-based databases doc



Install Global Dependencies (if not installed) (first user? WAJIB BOY...)

npm i -g nodemon yarn cross-env typescript ts-node pm2


How to Use

  1. install these dependencies globally with (only once):
npm i -g jumpboot
  1. run this command to get all menus:
jumpboot

Note : Use arrow keys (up & down) to select menu

Menu Description

  • init

initiate a new project


  • create

create necessary files such as controller, service, repository, entity, fetcher, middleware and other files


  • git

all git commands are here




All Script App

// ---------------------------------------------------------
// Development

//-> start project (development)

npm run dev

// or

yarn dev

// or

nodemon


//-> eslint test

yarn lint


//-> clean all error file

yarn clean


//-> delete node_modules and install again

yarn reset


//-> build !!!

npm run build

// or

yarn build


// ---------------------------------------------------------
// Production (if you have finished build project)

//-> start project (default)

npm run start

// or

yarn start


//-> start microservice (pm2)

yarn ms


//-> stop microservice (pm2)

yarn ms:stop


//-> reload microservice (pm2)

yarn ms:reload


//-> remove from list microservice (pm2)

yarn ms:remove


Closing

you can check update this framework on website !

2020 © Jefri Herdi Triyanto

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published