npm.io
0.0.9 • Published 2 years ago

@amplication/code-gen-utils

Licence
Version
0.0.9
Deps
7
Size
33 kB
Vulns
0
Weekly
0

util-code-gen-utils

This library was generated with Nx.

Building

Run nx build util-code-gen-utils to build the library.

Running unit tests

Run nx test util-code-gen-utils to execute the unit tests via Jest.

Publish to npm

In order to publish to npm @amplication/code-gen-utils run the following:

# From the monorepo root folder
npm i

npx nx build util-code-gen-utils

cd ./dist/libs/util/code-gen-utils

npm publish --access public ....