2016-08-19 10:57:58 +02:00
2016-07-17 01:23:22 +02:00
2016-07-17 02:09:58 +02:00
2016-08-19 10:57:58 +02:00
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",

});
Description
Enhances npm with additional configuration and tool management capabilities, including a key-value store for project setups.
Readme 654 KiB
Languages
TypeScript 100%