
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
easy-readme
Advanced tools
generate readme file for your next project with a lot of options
npm install easy-readme --save-dev
const readme = require("easy-readme");
// generate readme file with default options
readme();
// with options contents align to center and cli header included
readme({align:'center',contents:{cli:true}})
you must have a package.json and git repository in the current directory in order to generate readme.md file
$ easyreadme --help
generate readme file for your next project with a lot of options
Usage
$ easyreadme <options> …
Options
--center, -c align the markdown in center
--cli, -i include cli header header
--exp, -e include example header header
--dep, -p add dependency badge
--build, -b add build status badge
--cov, -v add coverage badge
--down, -d add coverage badge
Examples
$ easyreadme
√ readme.md created successfully !
$ easyreadme --center --build
√ readme.md created successfully !
easy-readme(options)stringType: string
given name.
optionsType: object
chooser what you would to include in your readme file.
default options :
{
align: 'left',
npm: true,
licence: true,
api: true,
badges: {
dependancy: false,
build: false,
cov: false,
download: false
},
contents: {
cli: false,
example: false
}
}
Type: string
Default: left
specify how to align of the content left,center.
Type: boolean
Default: true
allow npm version badge to be generated in the file
Type: boolean
Default: true
allow licence badge to be generated in the file
Type: boolean
Default: true
allow api header to be generated in the file
Type: object
choose the badges to include in the file
badges:{
dependancy: false,
build: false,
cov: false,
download: false
}
Type: object
choose the headers to include in the file
contents:{
cli: false,
example: false,
}
MIT © abdelhak akermi
FAQs
generate readme file for your next project with a lot of options
We found that easy-readme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.