You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is something y'all are interested in doing, but I've set up my project to have a fork of playcanvas-rest-api-tools as an npm dependency, where it exports a bin so that I can do things like this:
Yeah, I've been thinking about how to refactor this actually so that you can combine different transformations on the build. Eg adding CSP rules and then turning it into a one page html documentation.
Turning it into a binary is not something I've considered before so will keep that in mind
Not sure if this is something y'all are interested in doing, but I've set up my project to have a fork of
playcanvas-rest-api-tools
as an npm dependency, where it exports abin
so that I can do things like this:Currently have it set up so that it reads from a
playcanvas-config.json
in the parent project directory, in lieu of theconfig.json
used here.At the very least, turning it into an executable makes it easier to use as just a global cli tool as well.
The text was updated successfully, but these errors were encountered: