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