514-labs / moose

The developer framework for your data & analytics stack
https://www.moosejs.com
MIT License
35 stars 6 forks source link

Update Wrapper to parse the user flags in the create-moose-app #878

Open callicles opened 5 months ago

callicles commented 5 months ago
product-analytics git:(main) npx create-moose-app@latest --help
Need to install the following packages:
create-moose-app@0.3.226
Ok to proceed? (y) y
          Init Loading config...
Initialize your data-intensive app or service

Usage: moose-cli init [OPTIONS] <NAME> [LANGUAGE] [LOCATION]

Arguments:
  <NAME>      Name of your app or service
  [LANGUAGE]  Language of your app or service [default: ts] [possible values: ts]
  [LOCATION]  Location of your app or service [default: .]

Options:
  -t, --template <TEMPLATE>  Template to use for the project
  -h, --help                 Print help

ie here it says moose-cli init

linear[bot] commented 5 months ago

514-751 Update Wrapper to parse the user flags in the create-moose-app