bootstrapper-script-generator v1.2.1
Bootstrapper Script Generator
Overview
A command-line tool that generates a shell script to reproduce an entire codebase. The script can be customized to accept arguments to conditionally include or exclude specified contents, and execute additional scripts, providing flexible control for framework instantiation.
Install globally
npm i -g bootstrapper-script-generatorUsage
Navigate to the directory where the script will be created.
Run the bootstrapper script generator by using the
make-bootstrapper-scriptcommand and naming the output script file followed by the relative path to the directory intended to be bootstrapped. For example:make-bootstrapper-script new-bootstrapper-script.zsh ../path/to/the/projectMake the generated script executable:
chmod +x new-bootstrapper-script.zshExecute the generated script:
./new-bootstrapper-script.zshThis recreates the codebase in the current directory.
Contributions and Issues
Contributions are welcome! If you have ideas for improvements, open an issue.
8 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago