ironlauncher

0.39.0 • Public • Published

Ironhack generator

Welcome to the IronLauncher! A quick start for your JavaScript applications.

Usage

  1. Run the CLI using
npx ironlaucher@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 ironlauncher@latest help
# or
npx ironlauncher@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 ironlauncher@latest new-app

  • ⬇️ This will result in an Express application with handlebars setup with basic authentication set up for you:
npx ironlauncher 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 ironlauncher@latest new-app --json
  • ⬇️ This will result in a CRA (Create React App) and Express setup, where there is already connection between them:
npx ironlauncher@latest new-app --fs

Package Sidebar

Install

npm i ironlauncher

Weekly Downloads

9

Version

0.39.0

License

MIT

Unpacked Size

397 kB

Total Files

317

Last publish

Collaborators

  • itstheandre
  • ironhack-edu