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.
Confy CLI requires
Node >=8.6withNPM >=5.6orYarn >=1.0
npm install -g @confy/cli
confy init [...presets]
Note that the package name is @confy/cli whereas the CLI command is confy.
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