Generate perfect code headers every time.
$ npm install -g sol-headers
$ sol-headers "testing 123"
/*//////////////////////////////////////////////////////////////
TESTING 123
//////////////////////////////////////////////////////////////*/
It will also copy the header to your clipboard automatically.
-
Inspired by transmissions11's
headers
. -
Typescript template by paulrberg's
typescript-template
.