0.0.6 • Published 3 years ago

create-discapp v0.0.6

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

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.

0.0.6-2

3 years ago

0.0.6-1

3 years ago

0.0.6-3

3 years ago

0.0.6

3 years ago

0.0.6-0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago