Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/desm/config-from-argv


https://github.com/desm/config-from-argv

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Testing

You can use [Wallaby](https://wallabyjs.com/) or:

```Shell
$ npm install
$ npm run build
$ npm test
```

## Publishing to NPM

Use [np](https://www.npmjs.com/package/np):

```Shell
$ np
```