/powwow-js

Set of JavaScript routines / utilities

Primary LanguageTypeScript

PowwowJs

This workspace has been generated by Nx, a Smart, fast and extensible build system.

Understand this workspace

https://nx.dev/getting-started/package-based-repo-tutorial

Run nx graph to see a diagram of the dependencies of the projects.

Remote caching

Run npx nx connect-to-nx-cloud to enable remote caching and make CI faster.

New Library

Run npx nx generate @nrwl/js:lib [lib-name] --publishable --importPath @powwow-js/[lib-name]

Remove library

Run nx g @nrwl/workspace:remove [lib-name]

Publish library

Run npx nx run [lib-name]:publish --ver=["major.minor.patch"]' --tag="latest"

Further help

Visit the Nx Documentation to learn more.