bolt-pull
Version:
A CLI tool to fetch latest code from Bolt.new project
44 lines (27 loc) ⢠962 B
Markdown
# bolt-pull


š **bolt-pull** is a CLI tool that fetches the latest code from a [bolt.new](https://bolt.new) project and saves it to your local directory.
## š¦ Installation
Install globally using npm:
```sh
npm install -g bolt-pull
```
## ā” Usage
```sh
bolt-pull [options]
```
### Options:
| Option | Description |
| ------------ | ------------------------------ |
| `-s, --slug` | Bolt project slug to pull from |
| `-d, --dir` | Target directory for the code |
### Example:
```sh
bolt-pull -s my-bolt-project -d ./my-local-folder
```
This command pulls the latest code from `my-bolt-project` and saves it in `./my-local-folder`.
## š License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---
Feel free to contribute or report issues! š