Skip to content

dxos/radicalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

radicalize

Utils to migrate Github repos to Radicle.

Example

▶ ./radicalize/scripts/repo-list.sh dxos
▶ ./radicalize/scripts/repo-migrate.sh dxos
▶ ./radicalize/scripts/repo-migrate.js

Setup

Install NPM dependencies

yarn install

Github CLI

▶ brew install gh

Add required alias:

gh alias set repos "$(cat ./gh-alias-repos.txt)"

Query repos:

▶ gh repos dxos

Dumping packages

  1. Create a repo list at ./gen/dxos.txt.
  2. Run ./scripts/repo-migrate.js.
  3. ./gen/packages will contain all dumped packages.

Importing repo into radical

  1. Have radical desktop client running
  2. RAD_PASSPHRASE=<your passphrase> ./scripts/rad-import.js ./gen/packages/echo-demo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors