bs-source-files

1.2.0 • Public • Published

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

/bs-source-files/

    Package Sidebar

    Install

    npm i bs-source-files

    Weekly Downloads

    0

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    4.25 kB

    Total Files

    14

    Last publish

    Collaborators

    • ristostevcev