Created
January 23, 2020 02:38
-
-
Save TAKEDA-Takashi/4ba392cbf90501de0bed39e2d001c64a to your computer and use it in GitHub Desktop.
Hello NPM Package
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('Hello NPM Package!'); |
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":"hello-npm-package", "version":"0.0.1", "bin":"./index.js"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment