flarum/Flarum JavaScript Build

Automatically compile your extension's JavaScript files

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
build_scriptThe name of the package.json script to run to build your JS codeyesbuild
build_typings_script(If needed) The name of the package.json script to run to compile your Typescript typingsno
format_script(If needed) The name of the package.json script to run to check code formattingno
check_typings_script(If needed) The name of the package.json script to run to typecheck your TypeScript codeno
type_coverage_script(If needed) The name of the package.json script to run to assess TypeScript type coverageno
test_script(If needed) The name of the package.json script to run to run your testsno
package_managerName of your JS package manager (either npm or yarn)nonpm
js_pathPath to your Javascript folder from the root of your repository (e.g. ./js)no./js
do_not_commitWhen true, prevents committing compiled code and typings to your repository.nofalse
commit_all_dirtySet to `true` to commit all file changes, not just files in the dist JS directory.nofalse
git_actor_nameThe name of the git actor to use for the bundled JS output.no
git_actor_emailThe email of the git actor to use for the bundled JS output.no

no outputs