Skip to content

Instantly share code, notes, and snippets.

@TAKEDA-Takashi
Created January 23, 2020 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TAKEDA-Takashi/4ba392cbf90501de0bed39e2d001c64a to your computer and use it in GitHub Desktop.
Save TAKEDA-Takashi/4ba392cbf90501de0bed39e2d001c64a to your computer and use it in GitHub Desktop.
Hello NPM Package
#!/usr/bin/env node
console.log('Hello NPM Package!');
{"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