Enhances npm with additional configuration and tool management capabilities, including a key-value store for project setups.
Go to file
2016-08-19 11:04:12 +02:00
dist add boolean for wether configfile is present 2016-07-18 20:29:29 +02:00
test add boolean for wether configfile is present 2016-07-18 20:29:29 +02:00
ts add boolean for wether configfile is present 2016-07-18 20:29:29 +02:00
.gitignore first working version 2016-07-17 01:23:22 +02:00
.gitlab-ci.yml fix dpendency version 2016-07-17 02:09:58 +02:00
package.json 1.0.9 2016-08-19 11:04:12 +02:00
README.md improve README 2016-07-19 00:36:19 +02:00

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",

});