Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desm/config-from-argv
https://github.com/desm/config-from-argv
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/desm/config-from-argv
- Owner: desm
- License: mit
- Created: 2023-08-31T19:11:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T19:12:45.000Z (7 months ago)
- Last Synced: 2024-08-13T15:45:54.852Z (3 months ago)
- Language: JavaScript
- Size: 387 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-dev.md
- License: LICENSE
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
```