0.0.6 • Published 5 years ago

create-butterfly-app v0.0.6

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

Create Butterfly App

NPM version NPM downloads

Create a Butterfly project in seconds

Usage

Make sure you have npx installed (npx is shipped by default since npm 5.2.0)

npx create-butterfly-app <my-project>

Or starting with npm v6.1 you can do:

npm init butterfly-app <my-project>

Or with yarn:

yarn create butterfly-app <my-project>