Add dynamic indexes

This commit is contained in:
linguist
2020-12-30 12:33:53 +01:00
parent 43875d9d7d
commit a8fe11b7b5
11 changed files with 51 additions and 147 deletions

View File

@@ -92,12 +92,11 @@ It should be avoided when possible as it increases drastically the size of gener
* `action.yml` contains GitHub action descriptor
* `action/index.mjs` contains GitHub action source code
* `action/dist/index.js` contains compiled the GitHub action code (auto-generated)
#### Others
* `tests/metrics.mjs` contains tests
* `utils/build.mjs` contains a tool used to rebuild plugins and template indexes and GitHub action
* `utils/build.mjs` contains a tool used to rebuild plugins and template indexes
### 📦 Used packages