@ensono-stacks/logger
v2.0.7
Published
Please visit the stacks documentation page for `logger` [here](https://stacks.ensono.com/docs/getting_started/logger/ensono-stacks-logger) for more information
Downloads
200
Readme
@ensono-stacks/logger
Please visit the stacks documentation page for logger
here
for more information
Generators and Executors
View a list of the plugin executors/generators through the following command:
nx list @ensono-stacks/logger
Development
Building
Run the following command to build the plugin
nx build logger
Tests
Run the following to execute the unit tests via jest.
nx test logger
Linting
Run the following to lint the code using ESLint.
nx lint logger
Publish
Run the following to publish the NPM package
nx publish logger