Created
August 2, 2019 17:52
-
-
Save rob-gordon/a77a333fb0e39ab4c9e1d43c2e054a3e to your computer and use it in GitHub Desktop.
WP Repo Init
This file contains hidden or 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
| #!/usr/bin/env node | |
| console.log(`You want to call your project: ${process.argv[2]}`) |
This file contains hidden or 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": "wp-repo-init", "version": "0.0.0", "bin": "./index.js"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment