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.
 
 
 
 
StackGenVis/frontend/node_modules/export-files
Angelos Chatzimparmpas f521a3509d paper-version 4 years ago
..
LICENSE paper-version 4 years ago
README.md paper-version 4 years ago
index.js paper-version 4 years ago
package.json paper-version 4 years ago

README.md

export-files NPM version Build Status

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.

You might also be interested in these projects:

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.