0.2.2 • Published 3 years ago

@confy/cli v0.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@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 with NPM >=5.6 or Yarn >=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