0.3.1 • Published 4 years ago

@fox-land/remark-license v0.3.1

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

remark-license

remark plugin to add a license section to your readme.

Install

yarn add @fox-land/remark-license

Use

Say we have the following file, example.md:

## License

Something nondescript.

Now, running node example yields:

## License

licensed under [MIT](LICENSE) by [First Last](https://example.com)