npmextra/README.md

15 lines
407 B
Markdown
Raw Permalink Normal View History

2016-07-16 23:42:23 +00:00
# npmextra
do more with npm
2016-07-16 23:54:57 +00:00
npmextra is a hub for a series of js tools that help writing, documenting and maintaining npm modules.
2016-07-18 22:36:19 +00:00
## 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.
```typescript
let npmextra = require("npmextra");
npmextra.dataFor({
toolName:"sometool",
});
```