https://github.com/bolt/site-market-bolt-cm
Extensions Repository for Bolt CMS
https://github.com/bolt/site-market-bolt-cm
Last synced: about 2 months ago
JSON representation
Extensions Repository for Bolt CMS
- Host: GitHub
- URL: https://github.com/bolt/site-market-bolt-cm
- Owner: bolt
- Created: 2014-08-08T21:39:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T04:01:59.000Z (over 3 years ago)
- Last Synced: 2025-03-30T19:22:16.533Z (3 months ago)
- Language: JavaScript
- Size: 8.87 MB
- Stars: 4
- Watchers: 21
- Forks: 5
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bolt Extensions Market Place Repository
=======================================Theme
-----Theme is provided by the [`bolt/marketplace-theme`](https://github.com/bolt/marketplace-theme).
Running Scheduled Jobs
----------------------Dump package repository JSON from database
```
./app/nut package:dump
```Rebuild JSON data for all packages:
```
./app/nut package:build
```Rebuild a single package's JSON data
```
./app/nut package:build author/pachage```
Flushing the hook generated update queue:
```
./app/nut package:queue
```Running extension tests
```
./app/nut package:extension-tester [--wait=n] [--protocol=http] [--protocol=https] [--private-key=~/.ssh/id_rsa]
```