Skip to content

v1.2.0 #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,9 @@ npm i -g bootstrapper-script-generator

This recreates the codebase in the current directory.

---

### Enjoy using the **Bootstrapper Script Generator** to customize new framework creation!

<br>
<img width="300" alt="logo" src="https://github.com/user-attachments/assets/a6907512-87a4-45de-9188-cdc494dfe5a8">

## Licensing

This project is licensed under the MIT License.

### Third-Party Licenses

The repository uses some third-party dependencies under other licenses:

- Apache-2.0
- BSD-3-Clause
- ISC

The full texts of these licenses are included in the repository.
<img width="300" alt="logo" src="https://github.com/user-attachments/assets/ee70394a-ac30-45d5-8dc9-a100f71f9819">

## Contributions and Issues

Contributions are welcome! If you have ideas for improvements, please open an issue first for discussion before submitting a pull request.
You can report issues or start discussions here: [Open an issue](https://github.com/mattfsourcecode/bootstrapper-script-generator/issues)
Contributions are welcome! If you have ideas for improvements, [open an issue](https://github.com/mattfsourcecode/bootstrapper-script-generator/issues).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrapper-script-generator",
"version": "1.1.0",
"version": "1.2.0",
"description": "CLI tool that generates customizable shell scripts for bootstrapping specifiable codebase directories",
"main": "dist/index.js",
"license": "MIT",
Expand Down