mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
docs,cli: updated meteor create docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user