https://github.com/tryghost/video-convertor
https://github.com/tryghost/video-convertor
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tryghost/video-convertor
- Owner: TryGhost
- License: mit
- Created: 2024-03-15T14:25:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T23:58:17.000Z (9 months ago)
- Last Synced: 2025-06-12T20:21:49.394Z (7 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video Convertor
A tool for converting videos and importing them into Ghost
## Usage
## Develop
1. `git clone` this repo & `cd` into it as usual
2. Run `yarn` to install top-level dependencies.
## Run
- `yarn dev`
- View: [http://localhost:9999](http://localhost:9999)
## Test
- `yarn lint` run just eslint
- `yarn test` run lint and tests
## Publish
- `yarn ship`
# Copyright & License
Copyright (c) 2013-2025 Ghost Foundation - Released under the [MIT license](LICENSE).