ethereum / homestead-guide

Other
292 stars 496 forks source link

Proposal: Add Solium to the list of developer tools #314

Closed duaraghav8 closed 8 years ago

duaraghav8 commented 8 years ago

I've been working on a Linter for Solidity for about a month and recently made a stable release. Its called Solium, it strictly follows the Official Style guide from the Solidity Docs and its usage is similar to that of eslint. If you'd like to give it a try, you can install it via npm

npm install -g solium

and visit the repository for more information.

I'd like to add its name under the Developer tools category. I think it can greatly improve code quality of Dapps. Please let me know if you're interested.

Thanks

bobsummerwill commented 8 years ago

Sure - please create a pull request for the changes. You could also create a PR under the solidity repo, for the http://solidity.readthedocs.org docs.