jetup

0.0.3 • Public • Published

Header

Jetup

Repo Size License: MIT

Jetup: JavaScript Project Setup! Jetting-up your next JS project in seconds with one command, using fully modular, customizable presets, instantly ready to code!

Usage

Scaffold a new project in the current directory using the default preset:

npx jetup

Scaffold a new project my-app with preset ts:

npx jetup my-app ts

Use a custom config file:

npx jetup -c ./myconfig.json

All available arguments and options:

jetup [options] [location] [preset]

Arguments:
  location               Project location (default: current directory) (default: ".")
  preset                 Jetup preset to use (default: "ts") (default: "ts")

Options:
  -V, --version          output the version number
  --preset <presetName>  Override preset to use
  -c, --config <path>    Path to config file (env: JETUP_CONFIG)
  -h, --help             display help for command

License

MIT

Links

Package Sidebar

Install

npm i jetup

Homepage

jetup.js.org

Weekly Downloads

9

Version

0.0.3

License

MIT

Unpacked Size

85.2 kB

Total Files

108

Last publish

Collaborators

  • aldhosutra