https://github.com/argyleink/bolt-cli
Easy command line tool for Bolt projects
https://github.com/argyleink/bolt-cli
Last synced: about 1 year ago
JSON representation
Easy command line tool for Bolt projects
- Host: GitHub
- URL: https://github.com/argyleink/bolt-cli
- Owner: argyleink
- Created: 2015-05-26T23:37:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T23:25:06.000Z (almost 10 years ago)
- Last Synced: 2025-04-02T13:30:39.334Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
This project is for use with [Bolt](https://github.com/argyleink/Bolt).
Install globally with NPM: `npm i -g bolt-cli`
The CLI provides a few things:
- `bolt`
Runs the default Bolt task, aka `grunt`
- `bolt new ${project_name}`
Creates a new bolt project in a new directory you name
- `bolt -v`
Show Bolt version
