Package Exports
- bolt-pull
- bolt-pull/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bolt-pull) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bolt-pull
🚀 bolt-pull is a CLI tool that fetches the latest code from a bolt.new project and saves it to your local directory.
📦 Installation
Install globally using npm:
npm install -g bolt-pull⚡ Usage
bolt-pull [options]Options:
| Option | Description |
|---|---|
-s, --slug |
Bolt project slug to pull from |
-d, --dir |
Target directory for the code |
Example:
bolt-pull -s my-bolt-project -d ./my-local-folderThis 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 file for details.
Feel free to contribute or report issues! 🚀