Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

chrishelgert/dynamic-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-present Chris Helgert. See License for details.

About

install and use node modules only if you need them

Resources

License

Stars

Watchers

Forks

Packages

No packages published