Skip to content

Instantly share code, notes, and snippets.

@andrewimm
Created May 15, 2017 18:12
Show Gist options
  • Save andrewimm/492731a31c8fff8f0fb4b21253a3a4ae to your computer and use it in GitHub Desktop.
Save andrewimm/492731a31c8fff8f0fb4b21253a3a4ae to your computer and use it in GitHub Desktop.
Simple yarn create, if your CLI just takes a stream of arguments
{
"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