generator-luau
Version:
A Yeoman generator for Luau projects
28 lines (18 loc) • 916 B
Markdown
[](https://github.com/<%- githubOwner %>/<%- repoName %>/actions/workflows/test.yml)

[](https://github.com/luau-lang/luau)


# <%- 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.