StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.7 KiB
2.7 KiB
export-files

node.js utility for exporting a directory of files as modules.
(TOC generated by verb using markdown-toc)
Install
Install with npm:
$ npm i export-files --save
Usage
Specify the directory with files to export:
module.exports = require('export-files')(__dirname);
//=> {a: [function], b: [function], c: [function]}
Changes
v0.2.0 - breaking changes
- Non-javascript files are no longer handled. That functionality was moved to to-exports. This decision was made to keep this lib as fast as possible.
- This library no longer takes any arguments besides the directory to read.
Related projects
You might also be interested in these projects:
- export-dirs: Export directories and their files as node.js modules. | homepage
- file-reader: Read a glob of files, dynamically choosing the reader or requiring the files based on… more | homepage
- map-files: Return an object for a glob of files. Pass a
rename
function for the keys,… more | homepage - to-exports: Create exports from a directory of non-javascript or javascript files. | homepage
Running tests
Install dev dependencies:
$ npm i -d && npm test
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Author
Jon Schlinkert
License
Copyright © 2016 Jon Schlinkert Released under the MIT license.
This file was generated by verb on January 29, 2016.