Files
smartconfig/README.md

15 lines
407 B
Markdown
Raw Normal View History

2016-07-17 01:42:23 +02:00
# npmextra
do more with npm
2016-07-17 01:54:57 +02:00
npmextra is a hub for a series of js tools that help writing, documenting and maintaining npm modules.
2016-07-19 00:36:19 +02: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",
});
```