ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
みてるぞ 6632905f32 はじまりの大地 2 months ago
..
scripts はじまりの大地 2 months ago
src はじまりの大地 2 months ago
.npmignore はじまりの大地 2 months ago
README.md はじまりの大地 2 months ago
package.json はじまりの大地 2 months ago
tsconfig.json はじまりの大地 2 months ago
yarn.lock はじまりの大地 2 months ago

README.md

PeerTube CLI

Usage

See https://docs.joinpeertube.org/maintain/tools#remote-tools

Dev

Install dependencies

cd peertube-root
yarn install --pure-lockfile
cd apps/peertube-cli && yarn install --pure-lockfile

Develop

cd peertube-root
npm run dev:peertube-cli

Build

cd peertube-root
npm run build:peertube-cli

Run

cd peertube-root
node apps/peertube-cli/dist/peertube-cli.js --help

Publish on NPM

cd peertube-root
(cd apps/peertube-cli && npm version patch) && npm run build:peertube-cli && (cd apps/peertube-cli && npm publish --access=public)