jumpboot

1.0.29 • Public • Published

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




Update Dependencies

You can fix this module to get the latest sources with the command:

npm uninstall -g jumpboot && npm i -g jumpboot


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

Package Sidebar

Install

npm i jumpboot

Weekly Downloads

2

Version

1.0.29

License

MIT

Unpacked Size

3.31 MB

Total Files

116

Last publish

Collaborators

  • jefripunza