Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 374 Bytes

File metadata and controls

14 lines (9 loc) · 374 Bytes

<%= name %>

This library was generated with Nx. <% if (hasUnitTestRunner) { %>

Running unit tests

Run <%= cliCommand %> test <%= name %> to execute the unit tests via Jest. <% } %><% if (hasLinter) { %>

Running lint

Run <%= cliCommand %> lint <%= name %> to execute the lint via ESLint. <% } %>