index.js

0.0.3 • Public • Published

index.js

Module loader

Installation

npm install index.js

Usage

Example directory structure

models
├── index.js
├── user.js
└── blog.js

In index.js

module.exports = require('index.js')(__dirname);

Models will automatically loaded

var models = require('./models');
models.user == require('./models/user');

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    8,029
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    8,029
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i index.js

Weekly Downloads

8,030

Version

0.0.3

License

MIT

Last publish

Collaborators

  • cattail