Commit graph

5 commits

Author SHA1 Message Date
e203656294
chore(pkg): include additional metadata about scripts root dir 2024-12-04 11:58:52 +00:00
83ab6bf97f
feat: test setup using frktest & more
* Sets up a test runner system and includes unit tests for existing
  generators using Rojo's test files.
* Configure Luau analysis and disables unnecessary lints.
* Make sync config generator accept a third options argument with a
  `force` option to generate configs even when there is a
  `default.project.json` present in the `projectDir`.
2024-12-03 14:58:15 +00:00
a6a52cac3b
chore(pkg): include MIT license and README in publish 2024-12-02 17:03:11 +00:00
84720a2885
refactor: restructure repo and setup as library
Restructures the project to be a library with generator exports, and
includes lune scripts as examples on how to use exported generators by
the library.

Also specifies `includes` and pins a pesde version in the package
manifest.
2024-12-02 16:54:17 +00:00
258d1a99ff
chore: setup as pesde managed package 2024-12-02 15:16:22 +00:00