@basketry/typescript-auth
v0.1.0
Published
Basketry generator for generating method-level authorization for Typescript applications
Readme
Typescript Auth
Basketry generator for generating method-level authorization for Typescript applications
How to:
Run this project
- Build the code:
npm run build - Run it!
npm start
Note that the lint script is run prior to build. Auto-fixable linting or formatting errors may be fixed by running npm run fix.
Create and run tests
- Add tests by creating files with the
.tests.tssuffix - Run the tests:
npm t - Test coverage can be viewed at
/coverage/lcov-report/index.html
Generated with generator-ts-console
