obsidian-pack
v1.0.2
Published
Library and CLI tool to read and write the Obsidian Asset Package file format
Readme
Obsidian Asset Package File Library
Library and CLI tool to read and write the Obsidian Asset Package file format.
CLI
Get informations about the package
obsidian-pack -d assets.opakExtract 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 -hTests
To lunch all tests, run the following command:
npm testChangelog
- 1.0.2: Updates dependencies
- 1.0.1: Updates
uuiddependency to 3.0.0 - 1.0.0: Initial release
