@pkg-tools/sync
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @pkg-tools/sync

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

19.3 kB

Total Files

9

Last publish

Collaborators

  • joemckenney