Enhances npm with additional configuration and tool management capabilities, including a key-value store for project setups.
dist | ||
test | ||
ts | ||
.gitignore | ||
.gitlab-ci.yml | ||
package.json | ||
README.md |
npmextra
do more with npm
npmextra is a hub for a series of js tools that help writing, documenting and maintaining npm modules.
Usage
The main purpose of npmextra is to configure different tools using one npmextra.json. This way complex setups avaoid complexity through many configuration files.
let npmextra = require("npmextra");
npmextra.dataFor({
toolName:"sometool",
});