1.2.0 • Published 5 years ago

bs-source-files v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

bs-source-files

Build Status Latest release License

Fetches the list of source files from a bucklescript project

Installation

npm install --save bs-source-files

Usage

Assuming process.cwd() points to the root directory of your bucklescript project:

const bsFiles = require('bs-source-files')
const bsconfig = require('./bsconfig.json')

bsFiles(bsconfig).then(console.log)

License

See LICENSE