1.0.0 • Published 2 years ago

sol-headers v1.0.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
2 years ago

Solidity Headers

Description

Generate perfect code headers every time.

Installation

$ yarn add --dev sol-headers
or
$ npm install --save-dev sol-headers

Usage

$ yarn sol-headers "testing 123"
or
$ npm run sol-headers "testing 123"
/*//////////////////////////////////////////////////////////////
                           TESTING 123
//////////////////////////////////////////////////////////////*/

It will also copy the header to your clipboard automatically.

Credits