Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Risto-Stevcev/bs-source-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fetches the list of source files from a bucklescript project

Resources

License

Stars

Watchers

Forks

Packages

No packages published