@1ib/inject
@1ib/inject
is a set of dependency inject
components.
Install
This package requires Node.js version X or higher.
To install this package, use npm:
npm install @1ib/inject
Usage
After installation, you can use the package in your project by requiring it:
const * = require("@1ib/inject")
If you are using ES6 or TypeScript:
import * from "@1ib/inject"
License
This project is licensed under the MIT.
Author
kingcc
Feel free to customize this template according to the needs of your package. If your package requires more complex setup, it's good to include detailed instructions on configuration, API references, and a changelog. Always ensure that the documentation is up to date with the latest code changes.