Skip to content

Discappjs/create-discapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-discapp

This repository contains the code for creating a Discapp project.

Usage

yarn create discapp [projectName]

If projectName is not given we will ask you the name of the project.

Using NPM

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]

Skipping unnecessary questions

You can pass the --force or -f flag if you want to always use the default option. For example:

yarn create discapp -f [projectName]

About

This is a utilitary CLI for scaffolding a Discapp project with just one command.