systemic:最小依赖注入框架

时间:2024-03-31 14:51:05
【文件属性】:

文件名称:systemic:最小依赖注入框架

文件大小:56KB

文件格式:ZIP

更新时间:2024-03-31 14:51:05

系统开源

系统性 最小依赖注入库 tl; dr 定义系统 const Systemic = require ( 'systemic' ) const Config = require ( './components/config' ) const Logger = require ( './components/logger' ) const Mongo = require ( './components/mongo' ) module . exports = ( ) => Systemic ( ) . add ( 'config' , Config ( ) , { scoped : true } ) . add ( 'logger' , Logger ( ) ) . dependsOn ( 'config' ) . add ( 'mongo.primary' , Mongo ( ) )


【文件预览】:
systemic-master
----utils.js(2KB)
----index.js(8KB)
----docs()
--------.nojekyll(0B)
--------index.html(833B)
----package.json(1KB)
----.github()
--------workflows()
----test()
--------index.js(589B)
--------systemic.test.js(15KB)
--------.eslintrc.js(308B)
--------components()
----_config.yml(26B)
----package-lock.json(132KB)
----.npmignore(134B)
----.eslintrc.js(339B)
----examples()
--------bootstrapped()
--------simple()
----.gitignore(69B)
----CHANGELOG.md(2KB)
----.codeclimate.yml(288B)
----README.md(13KB)
----.eslintignore(18B)
----LICENSE.txt(748B)

网友评论