Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Latest commit

 

History

History
95 lines (67 loc) · 3.27 KB

File metadata and controls

95 lines (67 loc) · 3.27 KB

Migration Guide: LinkedIn/Forthic → Forthix/Forthic

This guide helps you transition from the archived linkedin/forthic repository to the new forthix/forthic repository.

Repository Changes

The monorepo has been split into individual repositories for each runtime:

Component Old Location New Location
Overview/Index https://github.com/linkedin/forthic https://github.com/forthix/forthic
Python Runtime linkedin/forthic/forthic-py https://github.com/forthix/forthic-py
TypeScript Runtime linkedin/forthic/forthic-ts https://github.com/forthix/forthic-ts
Ruby Runtime linkedin/forthic/forthic-rb https://github.com/forthix/forthic-rb

Package Changes

NPM Package (@forthic/interp)

PyPI Package (forthic)

RubyGems Package (forthic)

For Package Users

No Immediate Action Required

Your existing code will continue to work. Packages are deprecated but functional.

Recommended Actions

  1. Star/watch the relevant repositories:
  2. Update documentation/README links to point to new repositories
  3. Plan to migrate to new packages when announced

For Contributors

Redirecting Work

Direct your work to the appropriate repository:

Code Migration

If you have forks, update your remotes to point to the appropriate new repository:

For Python development:

git remote set-url origin https://github.com/forthix/forthic-py.git

For TypeScript development:

git remote set-url origin https://github.com/forthix/forthic-ts.git

For Ruby development:

git remote set-url origin https://github.com/forthix/forthic-rb.git

Or add the new repository as an additional remote:

git remote add forthix-py https://github.com/forthix/forthic-py.git
git remote add forthix-ts https://github.com/forthix/forthic-ts.git
git remote add forthix-rb https://github.com/forthix/forthic-rb.git

Questions?

Open an issue in the relevant repository: