export-files

WebJar for export-files

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

export-files
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

export-files
WebJar for export-files
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jonschlinkert/export-files

Download export-files

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/export-files/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>export-files</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/export-files/
implementation 'org.webjars.npm:export-files:2.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/export-files/
implementation ("org.webjars.npm:export-files:2.1.1")
'org.webjars.npm:export-files:jar:2.1.1'
<dependency org="org.webjars.npm" name="export-files" rev="2.1.1">
  <artifact name="export-files" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='export-files', version='2.1.1')
)
libraryDependencies += "org.webjars.npm" % "export-files" % "2.1.1"
[org.webjars.npm/export-files "2.1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : lazy-cache jar [1.0.3,2)

Project Modules

There are no modules declared in this project.

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.

Related projects

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.

Versions

Version
2.1.1