Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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