Created
May 15, 2017 18:12
-
-
Save andrewimm/492731a31c8fff8f0fb4b21253a3a4ae to your computer and use it in GitHub Desktop.
Simple yarn create, if your CLI just takes a stream of arguments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "create-your-app", | |
"bin": "./node_modules/.bin/your-app-cli", | |
"dependencies": { | |
"your-app-cli": "*" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment