https://github.com/offirmo/is-npm-module-consumable
A repo to test if a npm module is properly consumable. I'm using it for my own modules.
https://github.com/offirmo/is-npm-module-consumable
npm npm-module
Last synced: 3 months ago
JSON representation
A repo to test if a npm module is properly consumable. I'm using it for my own modules.
- Host: GitHub
- URL: https://github.com/offirmo/is-npm-module-consumable
- Owner: Offirmo
- License: unlicense
- Created: 2017-12-21T02:16:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-27T01:33:38.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T23:51:38.831Z (over 1 year ago)
- Topics: npm, npm-module
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## is-npm-module-consumable
A repo to test if a npm module is properly consumable. I'm using it for my own modules.
Ideally I could turn this into a tool to test any package, as part of the pre-publish routine.