1.3.3 • Published 5 years ago

gnote v1.3.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Introduction

This Package (gnote) is used to take notes... this is super simple Just Follow Some command and make it happen

Contents

  1. Intro
  2. Installation
  3. Add notes
  4. Show All Notes
  5. Show Note Details
  6. Update Note
  7. Delete Note

Intro

To get intro of the app use following command

gnote

no argument needed

installation

this package usesfull only if you install it globally

npm i -g gnote

use this command to install it

Add Notes

To Add Notes use Following Command

gnote add --title="My First Note" --body="This is my First Note"
Arguments
  • --title required
  • --body required

Show All Notes

To Show Notes use Following Command

gnote list

Show Note Details

To Show Details About A Single Note Use Following Command

gnote list --title="My First Note"
Arguments
  • --title required

Update Note

To Update Note use Following Command with the title of the existing note

gnote update --title="My First Note" --body="This is my First Note"
Arguments
  • --title required
  • --body required

Delete Note

To Delete Note use Following Command with the title of the existing note

gnote delete --title="My First Note"
Arguments
  • --title required
1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.1

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago