@an-gg/hmm
TypeScript icon, indicating that this package has built-in type declarations

0.9.96 • Public • Published

hmm.js

Setup & Build

npm i
npx tsc

Run:

node ./lib/main.js

Debug:

Window 1 (nvim): node ./lib/main.js editor
Window 2 (bg): node ./lib/main.js background
Window 3 (logfile): tail -f ./logs/main.js.txt

WARNING: only one instance at a time is supported. fixing that...

Usage

hmm [FILENAME]

Start editing a file in database.

hmm -n [FILENAME]

Create a new file named [FILENAME]

hmm -ls

List all file names in database.

Readme

Keywords

none

Package Sidebar

Install

npm i @an-gg/hmm

Weekly Downloads

2

Version

0.9.96

License

ISC

Unpacked Size

36.5 kB

Total Files

31

Last publish

Collaborators

  • an-gg