0.4.7 • Published 9 months ago
waanx-sdk v0.4.7
Description
waanx-libs
Installation
$ npm install
publishing
# Before publishing your package to npm, you need to log in to your npm account
$ npm login
# patch verion package command with a valid version bump command, such as **major**, **minor**, or **patch**. For example.
$ npm version patch
# publishing
$ npm publish
Test
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Usage
Provide usage examples and instructions on how to use your package.
Documentation
Link to more detailed documentation if available.
License
Nest is MIT licensed.