Back to Nx

README

packages/js/src/generators/library/files/readme/README.md

22.7.1429 B
Original Source

<%= name %>

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

Building

Run <%= cliCommand %> build <%= name %> to build the library.<% } %><% if (unitTestRunner !== 'none') { %>

Running unit tests

Run <%= cliCommand %> test <%= name %> to execute the unit tests via <% if(unitTestRunner === 'jest') { %>Jest<% } else { %>Vitest<% } %>.<% } %>