Commit Graph

5 Commits (19f628ec50f5049302734768e9cd7f045faa0b09)

Author SHA1 Message Date
Simon Laux 19f628ec50
add typescript definitions 2022-01-28 16:30:01 +01:00
adbenitez feb072176a check package size 2022-01-19 00:14:32 -05:00
B. Petersen 26f34a767b
be more tolerant on PACKAGE_NAME argument
when a package name is given to `create-xdc.sh`,
this may be just a copy+pasted filename.
that, however, results in double `.xdc` extensions.

this pr accepts PACKAGE_NAME with or without .xdc extensions,
of course, when creating the final ZIP, .xdc is always added,
however only once :)

moreover, this pr documents the weird string manipulation commands.
2022-01-09 16:12:49 +01:00
adbenitez ba85d6737d create-xdc.sh improvements, use project name as default PACKAGE_NAME 2022-01-03 16:38:34 -05:00
B. Petersen a4f9e07f4e
create a script to create a .xdc 2022-01-01 20:45:59 +01:00