jrnlwarp

manage developer journals with vim and git

Usage no npm install needed!

<script type="module">
  import jrnlwarp from 'https://cdn.skypack.dev/jrnlwarp';
</script>

README

jrnlwarp

manage developer journals with vim and git

oclif Version CircleCI License

Usage

$ npm install -g jrnlwarp
$ jrnlwarp COMMAND
running command...
$ jrnlwarp (-v|--version|version)
jrnlwarp/1.1.6 linux-x64 node-v14.9.0
$ jrnlwarp --help [COMMAND]
USAGE
  $ jrnlwarp COMMAND
...

Build

Requires NodeJS 14.x and above to build.

yarn run prepack

Editor

jrnlwarp uses vim by default. If you would like to change the editor set the EDITOR environment variable.

ie. on Windows set EDITOR=notepad