Skip to content

Commit 005963c

Browse files
committed
2 parents 5252cd8 + be87044 commit 005963c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# bootstrapper
1+
# Bootstrap CLI Tool
2+
3+
Bootstrap is a command-line tool designed to help developers quickly set up new projects using predefined templates. It supports various programming languages and frameworks, such as Go, Node.js, Python, and custom templates. This tool automates the process of creating new projects, initializing Git repositories, adding configuration files, and more.
4+
5+
---
6+
7+
## Features
8+
9+
### 1. **Create a New Project**
10+
11+
With the `new` command, you can easily create a new project folder with a specified template. You can also specify a project name and additional flags for customizing the project setup.
12+
13+
#### Example Command:
14+
```bash
15+
./bootstrap new my-go-project --template go

0 commit comments

Comments
 (0)