Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qix-/node-assert-module
Asserts that a module is installed
https://github.com/qix-/node-assert-module
Last synced: 26 days ago
JSON representation
Asserts that a module is installed
- Host: GitHub
- URL: https://github.com/qix-/node-assert-module
- Owner: Qix-
- License: mit
- Created: 2015-07-06T10:27:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T10:29:41.000Z (over 9 years ago)
- Last Synced: 2024-10-11T18:38:10.798Z (about 1 month ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-assert-module [![Travis-CI.org Build Status](https://img.shields.io/travis/Qix-/node-assert-module.svg?style=flat-square)](https://travis-ci.org/Qix-/node-assert-module) [![Coveralls.io Coverage Rating](https://img.shields.io/coveralls/Qix-/node-assert-module.svg?style=flat-square)](https://coveralls.io/r/Qix-/node-assert-module)
Asserts that a module exists and is installed.## Example
```javascript
var assertModule = require('assert-module');assertModule('glob', 'Glob must be installed for this code to work.');
```## License
Licensed under the MIT license