konobi / kwalitee

Package for measuring node package kwalitee
MIT License
12 stars 5 forks source link

index.js file in all importable folder #13

Open piranna opened 9 years ago

piranna commented 9 years ago

Have an index.js file in each importable local folder with the public exports of that folder, like init.py is used for in Python. This way you can directly import that folder without needing to specify the file (require('folder') vs. require('folder/file.js')).