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

@joe8bit/note-maker

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@joe8bit/note-maker

A simple CLI tool to make markdown note taking easier

  • 2.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Note-maker

If you are not me, this CLI tool is likely to provide zero value

A tool for creating the skeleton of Markdown notes (based on templates) in the current directory and then optionally opening them in $EDITOR.

Usage

npm install -g @Joe8Bit/note-maker
(cd into whichever directory you choose)
note-maker

The tool will then run you through a short config to populate the template.

Assuming you run through the template, a Markdown file will be generated in the current directory with a filename in the following format [MMM Do YYYY] - [title from wizrd].md

Optionally, you can pass the -e argument to the note-maker command and it will open the written file in your $EDITOR.

There are also several environment variables that can be configured to control note-maker behaviour:

  • NOTE_TEMPLATE_PATH which tells the tool where to look for it's template directory, it overrides the default
    • It will try to find templates in that directory, as specified during the wizard in the [template_name].md.ejs format
  • NOTE_SAVE_PATH which overrides the process.cwd() call and will always save notes in this directory if it is set
  • NOTE_TEMPLATE_SUFFIX which overrides the suffix for a template

Testing

npm test

Tests will fail if coverage <100%

License

MIT

FAQs

Package last updated on 07 Aug 2017

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