2.0.0 • Published 2 years ago
@form8ion/remark-readme v2.0.0
remark-readme
remark plugin for transforming the README for projects that follow form8ion conventions
Table of Contents
Usage
Installation
$ npm install @form8ion/remark-readme --save
Example
Import
import {promises as fs} from 'node:fs';
import {remark} from 'remark';
import updateReadme from '@form8ion/remark-readme';
Execute
const file = await remark()
.use(
updateReadme,
{
usage: 'information about using the project'
}
)
.process(
`# project-name
Description of the project
<!--status-badges start -->
<!--status-badges end -->
<!--consumer-badges start -->
<!--consumer-badges end -->
<!--contribution-badges start -->
<!--contribution-badges end -->
`
);
await fs.writeFile(`${process.cwd()}/README.md`, `${file}`);
Contributing
Dependencies
$ nvm install
$ npm install
Verification
$ npm test
2.0.0-beta.2
2 years ago
2.0.0-beta.1
2 years ago
2.0.0
2 years ago
2.0.0-beta.3
2 years ago
1.0.0
4 years ago
1.0.0-alpha.6
4 years ago
1.0.0-alpha.5
4 years ago
1.0.0-alpha.4
4 years ago
1.0.0-alpha.3
4 years ago
1.0.0-alpha.2
4 years ago
1.0.0-alpha.1
4 years ago