solcli
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

SOLCLI - Ultimate cli for Solidity projects

npmversion npmlicense downloads

Quickstart

Install solcli as a global CLI.

npm install -g solcli
 
cd <your-repo-location>
 
# Then you run 
solcli -p <name-of-your-project>

This should setup a project with all the necessary folders and files.

Commands

 
# Create a setup for your Solidity project 
solcli -p <your-project-name>
solcli --project <your-project-name>
 
# Create a default Solidity contract 
solcli -c <your-contract-name>
solcli --contract <your-contract-name>
 
 

Contributing

Want to file a bug, contribute some code, or improve documentation? Feel free to place an issue.

First fork this project.

git clone <your-forked-repo>
npm install
 
git checkout -b my-fix
# fix some code... 
 
git commit -m "added this feature"
git push origin my-fix

Lastly, open a pull request on Github.

License

npmlicense

Package Sidebar

Install

npm i solcli

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

18.5 kB

Total Files

17

Last publish

Collaborators

  • jeroenouw