1.0.1 โ€ข Published 2 years ago

lazy-index v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Welcome to lazy-index! ๐Ÿš€

Are you tired of exporting each sibling file in your Express.js application manually? Say goodbye to that hassle with lazy-index! With this package, you can effortlessly populate your index.js files with all sibling files in the specified directory.

Installation

You can install lazy-index globally using npm:

npm install -g lazy-index

Once installed, simply navigate to the directory you want to populate the index.js file for and enter the following command in your terminal:

lazy-index

And just like that, all of your sibling files are automatically exported in your index.js file!

What's next?

We're constantly working on improving lazy-index and adding new features to make your development experience even better. Here's what we're currently working on:

  • Making the package asynchronous for even faster performance ๐ŸŽ
  • Writing test cases to ensure the highest quality code ๐Ÿงช
  • Improving efficiency and speed to make your workflow even smoother ๐Ÿš€

Contributing

We welcome contributions from developers of all levels! Whether you have a suggestion for a new feature, want to report a bug, or simply have a question, we're here to help. Feel free to open an issue or submit a pull request on our GitHub page.

Thank you for choosing lazy-index to simplify your Express.js development experience! ๐Ÿ’ป