0.1.0 • Published 5 years ago

solcli v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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