obsidian-pack

1.0.2 • Public • Published

Obsidian Asset Package File Library

Build Status NPM Version License Dependencies Dev Dependencies Greenkeeper badge

Library and CLI tool to read and write the Obsidian Asset Package file format.

CLI

Get informations about the package

obsidian-pack -d assets.opak

Extract a package

obsidian-pack -xf assets.opak [outputdir/]

Create a package

obsidian-pack -cf assets.opak [files]
obsidian-pack -name org.example.pack.assets -cf assets.opak [files]

NOTE: a file containing the assetIndex can be passed explicitly with the -i options. It can also be listed with other files but must me named __assetindex__.json.

Help and other options

obsidian-pack -h

Tests

To lunch all tests, run the following command:

npm test

Changelog

  • 1.0.2: Updates dependencies
  • 1.0.1: Updates uuid dependency to 3.0.0
  • 1.0.0: Initial release

Dependencies (6)

Dev Dependencies (8)

Package Sidebar

Install

npm i obsidian-pack

Weekly Downloads

4

Version

1.0.2

License

BSD-3-Clause

Unpacked Size

18.5 kB

Total Files

7

Last publish

Collaborators

  • wanadmin
  • flozz