1.0.29 • Published 2 years ago

jumpboot v1.0.29

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

JUMPBOOT

Simple, Fast, and Customable

banner

Link Framework

ApplicationDescriptionLink
NodeJSJavaScript environment to run javascript outside browserdownload & install
TypescriptJavaScript replacement language for better development needsdoc
YarnEasier to use package manager than NPMdoc
PM2process manager for running microservicesdoc
Nodemonauto reload service if project is saved (for development only)doc
ExpressJSweb app framework for NodeJS written in the JavaScript programming languagedoc
TypeORMmake it easier to create applications using rational-based databasesdoc

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

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