0.0.6 • Published 7 years ago
Create Butterfly App

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>