0.2.2 • Published 4 years ago
@confy/cli v0.2.2
@confy/cli
Confy CLI is a command-line tool that you can use to set up Confy projects in seconds.
You can read more about Confy here.
Installation
Confy CLI requires
Node >=8.6withNPM >=5.6orYarn >=1.0
npm install -g @confy/cliUsage
confy init [...presets]Note that the package name is @confy/cli whereas the CLI command is confy.
Examples
Set up a new project in the current directory:
confy initSet up a new project in the current directory with @confy/preset-react and some custom preset from GitHub:
confy init react git://github.com/user/some-preset.git