noter

Simple Notebook for NodeJS

Usage no npm install needed!

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

README

Noter

Build Status Code Climate npm version

Simple todolist for you. Save some notes or info about project right in directory.

Installation

npm install noter -g

Usage

Add new note

noter add <text of note>

Show all notes

noter all

Delete note

noter del <note position>