https://github.com/manicmaniac/cookiecutter-shellscript-autotools
A boilerplate for cookiecutter, of distributable shellscript with autotools and shunit2
https://github.com/manicmaniac/cookiecutter-shellscript-autotools
Last synced: 2 months ago
JSON representation
A boilerplate for cookiecutter, of distributable shellscript with autotools and shunit2
- Host: GitHub
- URL: https://github.com/manicmaniac/cookiecutter-shellscript-autotools
- Owner: manicmaniac
- License: mit
- Created: 2015-09-20T18:53:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T20:56:30.000Z (over 9 years ago)
- Last Synced: 2025-01-24T20:23:56.418Z (4 months ago)
- Language: Shell
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
cookiecutter-shellscript-autotools
==================================[](https://travis-ci.org/manicmaniac/cookiecutter-shellscript-autotools)
A boilerplate for [cookiecutter][], of distributable shellscript with [autotools][] and [shunit2][].
Usage
-----pip install cookiecutter
git clone https://github.com/manicmaniac/cookiecutter-shellscript-autotools.git
cookiecutter cookiecutter-shellscript-autotoolsExplanation
-----------### shellscript
Originally designed to distribute POSIXly-correct `bsh` scripts.
However, of course other shells can be used (e.g. `bash`).### autotools
Requires [GNU Autotools][autotools] for developing.
### shunit2
[shunit2][] is bundled as a test framework.
Testing
-------./configure
make check[cookiecutter]: https://github.com/audreyr/cookiecutter
[autotools]: https://www.sourceware.org/autobook/
[shunit2]: https://github.com/kward/shunit2