1.2.1 • Published 4 months ago

bootstrapper-script-generator v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Bootstrapper Script Generator

Web app demo

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-generator

Usage

  1. Navigate to the directory where the script will be created.

  2. Run the bootstrapper script generator by using the make-bootstrapper-script command 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/project
  3. Make the generated script executable:

    chmod +x new-bootstrapper-script.zsh
  4. Execute the generated script:

    ./new-bootstrapper-script.zsh

    This recreates the codebase in the current directory.

Contributions and Issues

Contributions are welcome! If you have ideas for improvements, open an issue.

1.2.1

4 months ago

1.2.0

5 months ago

1.1.0

5 months ago

1.0.26

5 months ago

1.0.25

5 months ago

1.0.28

5 months ago

1.0.27

5 months ago

1.0.22

6 months ago

1.0.24

6 months ago

1.0.23

6 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.19

8 months ago

1.0.18

8 months ago

1.0.17

8 months ago

1.0.16

8 months ago

1.0.15

8 months ago

1.0.14

8 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago