https://github.com/cfware/dep-test
https://github.com/cfware/dep-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cfware/dep-test
- Owner: cfware
- License: mit
- Created: 2020-03-08T20:57:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T21:15:58.000Z (about 6 years ago)
- Last Synced: 2025-01-24T11:44:48.159Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @cfware/dep-test
[![Travis CI][travis-image]][travis-url]
[![Greenkeeper badge][gk-image]](https://greenkeeper.io/)
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![MIT][license-image]](LICENSE)
**Description here and in package.json**
### Install @cfware/dep-test
This module requires node.js 13.7.0 or above.
```sh
npm install @cfware/dep-test
```
## Usage
```js
import '@cfware/dep-test';
```
[npm-image]: https://img.shields.io/npm/v/@cfware/dep-test.svg
[npm-url]: https://npmjs.org/package/@cfware/dep-test
[travis-image]: https://travis-ci.org/cfware/dep-test.svg?branch=master
[travis-url]: https://travis-ci.org/cfware/dep-test
[gk-image]: https://badges.greenkeeper.io/cfware/dep-test.svg
[downloads-image]: https://img.shields.io/npm/dm/@cfware/dep-test.svg
[downloads-url]: https://npmjs.org/package/@cfware/dep-test
[license-image]: https://img.shields.io/npm/l/@cfware/dep-test.svg