@node-power-tools/redis-tools v0.1.1-alpha.4
Node Power Tools
Tools to make your life as a NodeJS developer a little better.
Useful commands
Note: If you have Nx installed globally, you can omit yarn from the following commands.
Build
Run yarn nx build <NPT_MODULE_NAME>
The build artifacts will be stored in the dist/
directory.
To build all projects, run yarn nx run-many --target=build --all
Running unit tests
Run yarn nx test my-app
to execute the unit tests via Jest.
Run yarn nx affected:test
to execute the unit tests affected by a change.
Run yarn nx run-many --target=test --all
to execute unit tests for all modules.
Generate a new library
Run yarn nx generate @nrwl/node:library SUPER_COOL_LIB --buildable --publishable
to generate a new publishable NodeJS
library.
Dependency graph
Run yarn nx dep-graph
to see a diagram of the dependencies of your projects.
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago