Aides in creating and encapsulating scripts per project. Scripts will be located in both the project directory
as well as in global bash directory, aka environment variable MY_ROOT_BASH_DIR.
Scripts generated will be nested within the project folder as well as in the '$MY_ROOT_BASH_DIR' bash scripts folder. The location of '$MY_ROOT_BASH_DIR' is determined during installation.
Current support
- BASH (Bourne Again Shell)
- OsX and Linux
- Powershell
- Windows 10
Future Todo
Future Todo
Commands
- create.bash.setup.for.project
- delete.bash.setup.for.project
- create.global.command
- create.command
- {project name}.create.command
- trash
- take.out.trash
- trash.dumpster.diving
- editor
- start.day
- end.day
- 0.0.3
- Added Powershell scripts for Windows
- 0.0.2
- Work in progress
Scott Blanch – @scottglenblanch – scottglenblanch@gmail.com
Distributed under the MIT license. See LICENSE for more information.
https://github.com/scottglenblanch/project-based-bashing
- Fork it (https://github.com/scottglenblanch/initialize-base-scripts/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
Special Thanks to @wcspcbmt for teaching me bash.
Special Thanks to @Nr1cha for getting me involved with Powershell.
My eyes have been opened to the power of the terminal.