@mikechabot/nx-publishable
v0.1.0
Published
This project was generated using [Nx](https://nx.dev).
Readme
NxLib
This project was generated using Nx.
This assumes you have nx installed globally
Run container application
npm installnx serve test-app- Navigate to http://localhost:4200/
Build and publish
nx build nx-publishable --withDeps --skip-nx-cachecd ./dist/libs/nx-publishable- Remove
nx-buildablefrom generatedpackage.json. (This is a bug with nx, the buildable is already included in the bundle). npm publish
