Socket
Socket
Sign inDemoInstall

obsidian-file

Package Overview
Dependencies
18
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    obsidian-file

Library and CLI tool to read and write the Obsidian Project file format


Version published
Maintainers
3
Created

Readme

Source

Obsidian Project File Library

Build Status NPM Version License Dependencies Dev Dependencies Greenkeeper badge

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

CLI

Get informations about a project file

obsidian-file -d project.wprj

Extract a project

obsidian-file -xf project.wprj [outputdir/]

Create a project

obsidian-file -cf project.wprj [files]
obsidian-file -t PROJTYPE -cf project.wprj [files]

NOTE: files containing metadata, project and blobIndex sections can be passed explicitly with the -m, -p and -i options, or can be listed with other files but must me named __metadata__.json, __project__.json and __blobindex__.json.

Help and other options

obsidian-file -h

Tests

To lunch all tests, run the following command:

npm test

Changelog

  • 2.0.4: Updates dependencies
  • 2.0.3: Fixes documentation errors
  • 2.0.2: Updates cli dependencie
  • 2.0.1: Updates dependencies
  • 2.0.0: First public release

FAQs

Last updated on 19 Apr 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc