0.0.2 • Published 6 months ago

@iremote/nestjs-utils v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

nestjs-utils

NPM module for NestJS applications including helpful utilities, currently include a Crypto service for encrypting and decrypting data.

building module

  1. npm run build

publishing to npm

  1. npm login
  2. npm publish --access public

removing from npm

  1. npm unpublish --force
  2. npm unpublish --force --registry https://registry.npmjs.org/

License

This project is MIT licensed.