Commit graph

12 commits

Author SHA1 Message Date
79cbf8fdf4
chore(pkg): use pesde-managed stylua 2024-12-08 17:51:01 +00:00
57f7719b81
chore(lune): use pesde-managed luau-lsp install 2024-12-08 17:49:21 +00:00
daimond113
dafb986a47
docs: include README & LICENSE in scripts packages 2024-12-08 16:05:52 +01:00
2c852e0466
chore(pkg): bump minimum pesde_version 2024-12-08 13:26:42 +00:00
b8687d7e78
chore(pkg): do not include .pesde in lib package 2024-12-08 12:53:25 +00:00
c94110ced9
chore(pkg): start versioning from v0.0.1 2024-12-08 12:27:18 +00:00
22552c0f80
refactor: restructure to use script package system
General restructuring
=====================
* Restructures to workspace with script packages for each tool choice.
* Include build script to generate package for every supported tool
  choice in library into the `.pesde/` directory.
* Remove testing .lune scripts for Rojo.

Manifest changes
================
* Exclude `.spec.luau` test files for library package.
* Include .pesde directory for library package.
* Add pathfs dev-dependency.
* Include metadata for build script package codegen.
* Use new git URL for index repo.
* Setup workspace including top level itself & tool choice script packages.

These changes require an unstable version of pesde: 2b2d280fe0.
2024-12-08 11:09:53 +00:00
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