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