https://github.com/theproductiveprogrammer/ssb-identities-migrate
Migrate everlife-api-1 from old version of ssb identities to new plugin
https://github.com/theproductiveprogrammer/ssb-identities-migrate
Last synced: 9 months ago
JSON representation
Migrate everlife-api-1 from old version of ssb identities to new plugin
- Host: GitHub
- URL: https://github.com/theproductiveprogrammer/ssb-identities-migrate
- Owner: theproductiveprogrammer
- Created: 2018-11-29T17:15:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T17:20:40.000Z (almost 7 years ago)
- Last Synced: 2025-01-11T06:33:52.131Z (10 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Migrate Old SSB Identities to New SSB Identities Plugin

Migrate The old version of `everlife-api-1` to the new `ssb-identities`
version.
# Introduction
The old version of
[everlife-api-1](https://github.com/everlifeai/everlife-api-1)
stored the SSB identities directly under the `data/` folder. We have
moved to using the new, standard, `ssb-identities` plugin which stores
the data under `data/__ssb/identities` folder.
This module migrates the existing user files from the old data folder to
the new.
# Setup
1. Download this module
2. Run `yarn install`
# Usage
$ yarn migrate ../everlife-api-1_old/data ../everlife-api-1/data
# Feedback
Report bugs, feedback etc to Everlife.ai