Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 594 Bytes

sr-formula

This library was generated with Nx.

Building

Run nx build sr-formula to build the library.

Generating descriptor file

Run nx run sr-formula:gen-file to generate the meta.ts descriptor file.

Generating template sheets

Run nx generate @genshin-optimizer/sr/formula:gen-sheet <char|lightCone|relic> <name> to generate a single template.

Run nx generate @genshin-optimizer/sr/formula:gen-all-sheets to generate all missing templates.

Running unit tests

Run nx test sr-formula to execute the unit tests via Jest.