This package has been deprecated

Author message:

No further development

dynamic-module

1.0.1 • Public • Published

dynamic-module

npm version Build Status codecov Standard - JavaScript Style Guide Greenkeeper badge

install and use modules only if you need them

Usage

dynamicModule('flat-file-db')
  .then((flatfile) => {
    // use flatfile ...
  })
  .catch((err) => {
    // installation failed
  })

Contributing

  1. Fork it
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request

LICENSE

Copyright (c) 2017 Chris Helgert. See License for details.

Readme

Keywords

none

Package Sidebar

Install

npm i dynamic-module

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • chrishelgert