awilix-express
Awilix helpers/middleware for Express
File Explorer
Download Latest Version (.zip)- ci.yml
- js-class.js
- no-decorators.js
- ts-class.ts
- awilix-express.test.ts
- controller.test.ts
- integration.test.ts
- invokers.test.ts
- scope-per-request.test.ts
- controller.ts
- index.ts
- invokers.ts
- scope-per-request.ts
- .editorconfig
- .gitignore
- .travis.yml
- eslint.config.mjs
- LICENSE.md
- package-lock.json
- package.json
- README.md
- rollup.config.mjs
- tsconfig.build.json
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/jeffijoe/awilix-express
Downloads the entire project code from GitHub to your computer.
cd awilix-express
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install --save awilix-express
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
