translate-book-with-glossary-installer
v0.1.0
Published
npx installer for the translate-book-with-glossary skill
Maintainers
Readme
translate-book-with-glossary npx installer
This package installs the translate-book-with-glossary skill into a local skills directory.
Usage
npx translate-book-with-glossary-installerOptional flags:
npx translate-book-with-glossary-installer --target ~/.codex/skills --forcePreview only:
npx translate-book-with-glossary-installer --target ~/.codex/skills --dry-runNotes
- This package installs the skill files only.
- The runtime still requires:
python3pandocebook-convert- Python packages:
pypandoc,markdown,beautifulsoup4
Publish
Before publishing:
npm run sync-skill
npm run pack:checkThen publish with your npm account:
npm publishIf the package name is already taken on npm, update the name field in package.json first.
Development
Refresh vendored skill assets before publishing:
npm run sync-skill