@muzamint/create-project
v0.0.4
Published
A CLI for interacting with ethereum networks
Readme
refer to
- https://www.twilio.com/blog/how-to-build-a-cli-with-node-js
test
mkdir ~/test-dir
cd ~/test-dir
create-project typescript --gittest with install
create-project typescript --git --installmake your own
If you want to make your code consumable as an actual module so that others can reuse your logic in their code, we'll have to add an index.js file to our src/ directory that exposes the content from main.js:
require = require('esm')(module);
require('../src/cli').cli(process.argv);npm publish
npm pack --dry-runor
npfork from
npm init @dkundel/project
- Email: [email protected]
- Twitter: @dkundel
- GitHub: dkundel
- dkundel.com
