@memmcode/becorekit
v2.1.0
Published
backend core kit library
Readme
@memmcode/becorekit
Shared backend utilities for Node.js/Express services.
Install
npm install @memmcode/becorekitUsage
import {
BadRequestException,
SearchRequestDto,
createToken,
filterOperatorType,
isAuth,
permission,
searchQuery,
tokenAudience,
verifyToken,
} from "@memmcode/becorekit";Development
npm test
npm run buildTests use the built-in Node.js test runner and execute against the compiled
build output.
Publishing
npm run releaseprepublishOnly runs the test suite and prepack rebuilds build before npm
creates the package tarball.
Use npm run release:dry-run to run the same npm lifecycle without publishing.
