generated from devlinjunker/template.github.semver
-
Notifications
You must be signed in to change notification settings - Fork 0
_scripts_bin_README
devlinjunker edited this page Jul 18, 2021
·
2 revisions
The scripts in this directory should be used by developers, they can help with development tasks that require multiple processes and are easier automated.
This includes:
- Runs the linting programs to ensure the style guide is met
- Runs the test files to prevent regressions
- run all tests if no arguments are passed (or
-a/--all
) - or will try to find a specific file to run with the
-f/--file
argument
- run all tests if no arguments are passed (or