@confy/cli
v0.2.2
Published
Start building modern front end projects in seconds.
Downloads
3
Readme
@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.6
withNPM >=5.6
orYarn >=1.0
npm install -g @confy/cli
Usage
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 init
Set 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