
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.
md-generator
Advanced tools
NPM Package which bootstraps Development by creating all required .md files to meet community standards.
CLI tool which bootstraps Development by creating "ALL" required .md files to meet "community standards".
md-generator was created to reduce the time spent creating .md files while trying to set up projects. Hence, bootstrapping development with ALL desired md files in line with proven community standards.
--empty argument to make created files empty if preferred so--required to create/check/list only all files needed to meet the minimum community standardnpm install md-generator or globally using npm install -g md-generator
npx md-generator [command] [options]Required
Optional
install globally using
[parent-options][commands] [command-options] [file names]| Option | Function |
|---|---|
| -V, --version | Output the version number |
| -h, --help | Output usage information |
| Command | Function |
|---|---|
list [options] [File Names] | List All Required/optional .md files |
create [options] [File Names] | Create All/specific files |
check [options] [File Names] | Checks codebase for the availability of All/Specific .md files |
remove [options] [File Names] | Remove All/specific .md files |
| Command Option | Function |
|---|---|
| -A, --all | Operate on all required/optional .md files |
| -F, --file | Operate on specific .md files |
| -E, --empty | make added files empty |
| -R --required | Operate on required files |
| -O --optional | Operate on optional files |
Note:
File Names can be with/without the file extensionFile Names should be separated with spaces ie --file "README.md CONTRIBUTING.md".| Cli Command | Function |
|---|---|
| md-generator --help | displays help (all available command and option) |
| md-generator list | lists all supported .md files |
| md-generator list --optional | lists all supported optional .md files |
| md-generator list --required | lists all required .md files to meet community standard |
| md-generator check | checks code base for existing/missing supported .md files |
| md-generator check --required | checks code base for existing/missing required .md files |
| md-generator check --optional | checks code base for existing/missing optional .md files |
| md-generator create | Interactively Generates all desired files |
| md-generator create --file "file1.md file2.md ..." | Creates the supplied files |
| md-generator create --file "file1 file2 ..." --empty | creates supplied files with no template |
| md-generator create --required | Interactively create required .md files |
| md-generator create --optional | Interactively create optional .md files |
| md-generator remove | Interactively deletes all desired .md files |
| md-generator remove --file "file1 file2 ..." | Interactively deletes all specified .md files |
No known issues at the moment. However, issues can be raised when such is noticed
Feel free to contribute and kindly go through the Pull Request guide, and contributing.md file
Thanks goes to these wonderful people (emoji key):
Adépòjù Olúwáségun 💻 📖 🚧 ⚠️ |
This project follows the all-contributors specification. Contributions of any kind are welcome!
This File was generated by md-generator
FAQs
NPM Package which bootstraps Development by creating all required .md files to meet community standards.
We found that md-generator 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.