Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

boost2fs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boost2fs

Convert Boostnote to normal files.

  • 0.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
Maintainers
1
Weekly downloads
 
Created
Source

boost2fs

NPM version Node version JavaScript Style Guide Build Status

🚀 Convert Boostnote to normal files.

Install

$ [sudo] npm install -g boost2fs

Usage

Convert Boostnote to normal files.

Usage:
  b2f [baseDir] [options]

Commands:
  baseDir         Specify the input path, which includes 'boostnote.json' ( default: `process.cwd()` )

Options:
  --output, -o    Specify the output path  ( default: ./out )
  --version       Output version number
  --help          Output usage information

Feature

  • Export all notes into the output folder.
  • Convert Markdown Notes to {title}.md.
  • Convert Snippet Notes to {title}/{filename}.
  • Deleted notes will be skipped.

Limitation

  • Tags, Star, Description in Snippet will be ignored. 🙈
  • All filename will be sanitized. ( eg. hello\u0000world => helloworld.md )

Thanks

License

MIT © viko16

Keywords

FAQs

Package last updated on 28 Apr 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc