1.0.29 • Published 2 years ago
jumpboot v1.0.29
JUMPBOOT
Simple, Fast, and Customable
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
- install these dependencies globally with (only once):
npm i -g jumpboot
- 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
1.0.29
2 years ago
1.0.28
2 years ago
1.0.27
2 years ago
1.0.26
2 years ago
1.0.25
2 years ago
1.0.24
2 years ago
1.0.23
2 years ago
1.0.22
2 years ago
1.0.21
2 years ago
1.0.20
2 years ago
1.0.19
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago