UNPKG

374 BMarkdownView Raw
1# <%= name %>
2
3This library was generated with [Nx](https://nx.dev).
4<% if (hasUnitTestRunner) { %>
5
6## Running unit tests
7
8Run `<%= cliCommand %> test <%= name %>` to execute the unit tests via [Jest](https://jestjs.io).
9<% } %><% if (hasLinter) { %>
10
11## Running lint
12
13Run `<%= cliCommand %> lint <%= name %>` to execute the lint via [ESLint](https://eslint.org/).
14<% } %>