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
In some CLI-based repos, the examples/ directory is used to contain scripts to articulate the usage. Seeing as this repo is only calling CLI scripts and doesn't contain any unit tests, this would be really useful to see.
Something like 01-example-cron-build.bash:
cd /tmp
gt create example-new-project
cd example-new-project
gt cron
gt build
This would also act as a quality assurance layer, to actually ensure the scripts do what they expect.
The text was updated successfully, but these errors were encountered:
In some CLI-based repos, the
examples/
directory is used to contain scripts to articulate the usage. Seeing as this repo is only calling CLI scripts and doesn't contain any unit tests, this would be really useful to see.Something like 01-example-cron-build.bash:
This would also act as a quality assurance layer, to actually ensure the scripts do what they expect.
The text was updated successfully, but these errors were encountered: