Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floatdrop/tech-deps.js
Read deps.js files for bem-object
https://github.com/floatdrop/tech-deps.js
Last synced: 22 days ago
JSON representation
Read deps.js files for bem-object
- Host: GitHub
- URL: https://github.com/floatdrop/tech-deps.js
- Owner: floatdrop
- Created: 2014-11-15T15:10:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-15T16:42:29.000Z (about 10 years ago)
- Last Synced: 2024-10-28T00:06:02.259Z (2 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# tech-deps.js [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]
Reads `{bem}.deps.js` file and writes `require` and `expect` fields.
## Usage
```js
var deps = require('tech-deps.js');walker(['level']).pipe(deps);
```[npm-url]: https://npmjs.org/package/tech-deps.js
[npm-image]: http://img.shields.io/npm/v/tech-deps.js.svg?style=flat[travis-url]: http://travis-ci.org/floatdrop/tech-deps.js
[travis-image]: http://img.shields.io/travis/floatdrop/tech-deps.js.svg?branch=master&style=flat[depstat-url]: http://david-dm.org/floatdrop/tech-deps.js
[depstat-image]: http://img.shields.io/david/floatdrop/tech-deps.js.svg?style=flat[coveralls-url]: https://coveralls.io/r/floatdrop/tech-deps.js
[coveralls-image]: http://img.shields.io/coveralls/floatdrop/tech-deps.js.svg?style=flat