An open API service indexing awesome lists of open source software.

https://github.com/nodefactoryio/solidity-comments-core

Small NodeJs module for generating solidity comments according to natspec.
https://github.com/nodefactoryio/solidity-comments-core

comments nodejs solidity solidity-documentation

Last synced: 10 months ago
JSON representation

Small NodeJs module for generating solidity comments according to natspec.

Awesome Lists containing this project

README

          

# Solidity comments generator
![build status](https://travis-ci.org/NodeFactoryIo/solidity-comments-core.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/NodeFactoryIo/solidity-comments-core/badge.svg?branch=master)](https://coveralls.io/github/NodeFactoryIo/solidity-comments-core?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
-----------------------

Simple library that parses solidity contracts and inserts default solidity comments based on natspec.

## Development
Pull code, run `yarn install`, write tests :)