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