Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
wiki-builder
Advanced tools
Build github wikis from markdown source files.
npm install wiki-builder --save-dev
Create a file named wikiConfig.json
{
"wikiDirPath": "",
"projectDirPath": "",
"ignoreMdFiles": [],
"ignoreMdTitles": [],
"ignoreDirs": [],
"statsEnabled": false,
"useGitignore": true,
"plugins": []
}
wikiDirPath: Path to wiki directory. ./wiki/ by default.
projectDirPath: Path to project directory. ./ by default.
ignoreMdFiles: List of files to not add to the wiki. To ignore specific files, include the path (example: ./readme.md) To ignore files by file name, don't include the path (example: readme.md)
ignoreMdTitles: Ignore by the first line of markdown files.
ignoreDirs: List of directories to ignore. Includes node_modules.
statsEnabled: Creates a stats markdown file for the wiki. This file can only be created for git repositories with commits. False by default.
useGitignore: Ignore directories and markdown files in .gitignore. True by default.
useLogger: Errors will be logged to wiki-build.log in the project's root directory. True by default.
plugins: Add plugins here. These plugins should have corresponding local node modules. If the node_modules directory is not in the same directory as the project's root, give the module (plugin) path instead of its name. Example Usage: ["plugin-one", "plugin-two"]. A list of existing plugins and a guide to creating new ones can be found in PLUGINS.md.
Run wiki-builder
.
package.json example:
"scripts": {
"wiki": "wiki-builder"
}
npx example:
npx wiki-builder
wiki-builder
puts files into the 'wikiDirPath'. If you do
not have a github wiki git submodule, you can make one.
FAQs
Build github wikis from markdown files
The npm package wiki-builder receives a total of 0 weekly downloads. As such, wiki-builder popularity was classified as not popular.
We found that wiki-builder 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.