docs,cli: updated meteor create docs

This commit is contained in:
Gabriel Grubba
2023-06-29 14:44:36 -03:00
parent f1aed3aada
commit b58a582eb8

View File

@@ -152,6 +152,7 @@ Options:
Create a new project.
Usage: meteor create [--release <release>] [--bare|--minimal|--full|--react|--vue|--vue-2|--apollo|--svelte|--blaze|--tailwind|--chakra-ui|--solid] <path>
meteor create [--release <release>] --example <example_name> [<path>]
meteor create [--release <release>] --from <git_url> [<path>]
meteor create --list
meteor create --package [<package_name>]
@@ -178,6 +179,7 @@ currently no package examples.
Options:
--package Create a new meteor package instead of an app.
--example Example template to use.
--from Clones a meteor project from a url.
--list Show list of available examples.
--bare Create an empty app.
--minimal Create an app with as few Meteor packages as possible.
@@ -192,7 +194,6 @@ Options:
--tailwind Create a basic react-based app, with tailwind configured.
--chakra-ui Create a basic react-based app, with chakra-ui configured.
--solid Create a basic solid-based app.
--prototype Create a prototype app with the insecure & autopublish packages. Can be used along with other app commands
>>> update