Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadatuta/bem-blocks-introspect
Collects data about blocks files
https://github.com/tadatuta/bem-blocks-introspect
Last synced: 10 days ago
JSON representation
Collects data about blocks files
- Host: GitHub
- URL: https://github.com/tadatuta/bem-blocks-introspect
- Owner: tadatuta
- Created: 2015-05-02T18:14:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T16:20:41.000Z (almost 7 years ago)
- Last Synced: 2024-10-23T20:55:32.734Z (22 days ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bem-blocks-introspect
Collects data about blocks files.
## Usage
```
npm i bem-blocks-introspect
bem-blocks-introspect path/to/library/to/introspect path/to/config
```## JS API
```js
require('bem-blocks-introspect')(libFolder, config, cb);
```Collected data will be stored in library folder in JSON format.