sol-comments-parser

0.1.2-beta.0 • Public • Published

sol-comments-parser

npm Build Status Coverage Status

This is a solidity comments parser, not to be used alone, but instead, help with any other package.

Installation

Use the package manager npm or yarn to install.

npm i sol-comments-parser --save
# or 
yarn add sol-comments-parser

Usage

import { mapComments } from 'sol-comments-parser';
 
const input = fs.readFileSync(solidityFile, encoding); // By-default used utf-8
const result = mapComments(input);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Contributors

Many thanks to the ones that helped the tool so far. If you are reading this, and have any suggestion to improve, please, do so.

License

GPL-3.0

Package Sidebar

Install

npm i sol-comments-parser

Weekly Downloads

0

Version

0.1.2-beta.0

License

GPL-3.0-only

Unpacked Size

9.2 kB

Total Files

3

Last publish

Collaborators

  • obernardovieira