npm

rppi

0.1.0 • Public • Published

RIME Plum Package Index

Supported platforms

Specification

type PARENT_INDEX = {
  categories: {
    key: string
    name: string
  }[]
}

type CHILD_INDEX = {
  recipes: {
    repo: string // e.g. rime/rime-double-pinyin
    branch?: string // Omit if use default branch
    name: string // Prefer Simplified Chinese if applicable
    labels?: ('chord' | 'lua')[]
    schemas: string[] // e.g. luna_pinyin
    dependencies?: string[] // Hard dependencies, e.g. rime/rime-luna-pinyin
    reverseDependencies?: string[] // Reverse-lookup dependencies, e.g. rime/rime-stroke
    license?: string // Omit if no OSI-approved license
  }[]
}

Dependents (0)

Package Sidebar

Install

npm i rppi

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Unpacked Size

13.3 kB

Total Files

4

Last publish

Collaborators

  • eagleoflqj