UNPKG

bolt-pull

Version:

A CLI tool to fetch latest code from Bolt.new project

44 lines (27 loc) • 962 B
# bolt-pull ![npm](https://img.shields.io/npm/v/bolt-pull) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/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! šŸš€