UNPKG

generator-luau

Version:
28 lines (18 loc) 916 B
[![checks](https://github.com/<%- githubOwner %>/<%- repoName %>/actions/workflows/test.yml/badge.svg)](https://github.com/<%- githubOwner %>/<%- repoName %>/actions/workflows/test.yml) ![version](https://img.shields.io/github/package-json/v/<%- githubOwner %>/<%- repoName %>) [![GitHub top language](https://img.shields.io/github/languages/top/<%- githubOwner %>/<%- repoName %>)](https://github.com/luau-lang/luau) ![license](https://img.shields.io/npm/l/<%- fullProjectName %>) ![npm](https://img.shields.io/npm/dt/<%- fullProjectName %>) # <%- projectName %> <!-- description --> ## Installation Add `<%- fullProjectName %>` in your dependencies: ```bash yarn add <%- fullProjectName %> ``` Or if you are using `npm`: ```bash npm install <%- fullProjectName %> ``` ## License This project is available under the <%- licenseName %> license. See [<%- licenseFileName %>](<%- licensePath %>) for details.