0.2.1 • Published 1 year ago

@pkg-tools/sync v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@pkg-tools/sync

🚧 This package is in beta. 🚧

A code mirroring tool with typed configuration.

@pkg-tools/sync::version @pkg-tools/sync::downloads

A CLI for mirroring code from a package in a monorepo to another repository.

Install

# w/ pnpm
pnpm add -D @pkg-tools/sync @pkg-tools/config

# w/ yarn
yarn add -D @pkg-tools/sync @pkg-tools/config

# w/ npm
npm install -D @pkg-tools/sync @pkg-tools/config

Usage

In your package.json, you can use the exported cli sync in your sync script e.g.

"scripts": {
  "sync": "sync"
}

Configure

Define a pkg.config.ts in the root of your package and add the following.

import { defineConfig } from "@pkg-tools/config";

export default defineConfig({
  sync: {
    //TBD
  },
});

License

MIT

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago