1.0.7 • Published 4 years ago

@maurusrv/rereadme v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

rereadme

an exploration on creating a readme file generator

Installation

npm i -D @maurusrv/rereadme // -D to add it as devDependency, since you will likely to use this code in your commit hook to automatically update your README

How To Use

const reREADME require('@maurusrv/rereadme')
...
await reREADME({ 
  outputPath: './README.md', 
  contents: {
    header, // optional string for title and description, or you can just use main for everything before the badges section
    main, // optional string of main content like Development Setup, etc.
    footer, // optional string for footer content after the badges section,
  },
  badges: true, // this adds a section with shields.io-powered list of dependencies. you may choose to not provide this param to not use badges generated with npm-check, otherwise this will go between main and footer, see Package Status of this README file
})

Package Status

dependencies

npm.io

devDependencies

npm.ionpm.ionpm.ionpm.ionpm.ionpm.ionpm.ionpm.io

this README.md is generated by this package!

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago