Skip to content

little-engineer-2025/template-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell scripts

Getting started

  • Create .envrc and run direnv allow
export TOOLBOX="shell-dev"
export PATH="./tools:$PATH"
  • Enter into your toolbox: toolbox.sh enter (see: https://github.com/avisiedo/toolbox-sh)
  • Run format, linter and unit tests by: make all
  • Add a new test to test/ directory.
  • Run the unit tests.
  • Modified your source shell to fit the shell script.

Contributing

See: docs/CONTRIBUTING.md

Security

See: docs/SECURITY.md

References

About

Template for shell repositories

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published