root-launcher

0.37.0 • Public • Published

Root-Launcher

Welcome to the Root-Launcher! A quick start for your JavaScript applications.

Usage

  1. Run the CLI using
npx rootlauncher@latest # <your-app-name> + flag(s)

Help

If you want to see the flags and options you can always run one of these commands:

npx rootlauncher@latest help

# or

npx rootlauncher@latest --help

Options

  • You can add a name and the generator will try to create a folder with that name.

  • You can use a . instead if you want in the current folder

  • If you have any doubts on the flags you can use the help command and that will give you the usage information


Results + flags


  • ⬇️ This will result in an Express application with handlebars setup:
npx rootlauncher@latest new-app

  • ⬇️ This will result in an Express application with handlebars setup with basic authentication set up for you:
npx rootlauncher new-app --auth

You can add the --auth flag to any other flag and it will setup the basic authentication for the other options as well.

  • ⬇️ This will result in an Express API without any view layer:
npx rootlauncher@latest new-app --json
  • ⬇️ This will result in a CRA (Create React App) and Express setup, where there is already connection between them:
npx rootlauncher@latest new-app --fs

Package Sidebar

Install

npm i root-launcher

Weekly Downloads

6

Version

0.37.0

License

MIT

Unpacked Size

300 kB

Total Files

222

Last publish

Collaborators

  • itspodu