This repository contains the code for creating a Discapp project.
yarn create discapp [projectName]If projectName is not given we will ask you the name of the project.
By default, create-discapp will use Yarn if it's installed. If you prefer NPM you can pass the --use-npm flag:
yarn create discapp --use-npm [projectName]You can pass the --force or -f flag if you want to always use the default option. For example:
yarn create discapp -f [projectName]This is a utilitary CLI for scaffolding a Discapp project with just one command.