https://github.com/agent-hellboy/paivakirja
A cmd tool for diary, journal(dev-journal), logbook, and register.
https://github.com/agent-hellboy/paivakirja
dev-tools javascript journal nodejs sequelize-orm
Last synced: 27 days ago
JSON representation
A cmd tool for diary, journal(dev-journal), logbook, and register.
- Host: GitHub
- URL: https://github.com/agent-hellboy/paivakirja
- Owner: Agent-Hellboy
- Created: 2020-07-10T05:47:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:17:48.000Z (over 3 years ago)
- Last Synced: 2025-01-09T09:18:13.150Z (over 1 year ago)
- Topics: dev-tools, javascript, journal, nodejs, sequelize-orm
- Language: JavaScript
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_ __ __ _ (_) __ __ __ _ | | __ (_) _ __ (_) __ _
| '_ \ / _` | | | \ \ / / / _` | | |/ / | | | '__| | | / _` |
| |_) | | (_| | | | \ V / | (_| | | < | | | | | | | (_| |
| .__/ \__,_| |_| \_/ \__,_| |_|\_\ |_| |_| _/ | \__,_|
|_| |__/
A cmd tool for diary,journal(dev-journal),logbook , and register
## General Info
Fields for the dev journal
- 1 Title
- 2 1 – 2 paragraph overview
What was I doing?
Where was I planning on going next?
Wins or trouble areas in the work today?
- 3 Duration spent working – Because you can get distracted!
- 4 Mood – How was I feeling the whole way through?
- 5 Pitfalls – Did anything slow me down or cause unexpected problems?
- 6 Windfalls – What went exceptionally well? Did something get done faster or better than anticipated?
- 7 Tasks – What needs to be finished? What is going to be started next?
## Requirements
For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
### Node
- #### Node installation on Ubuntu
You can install nodejs and npm easily with apt install, just run the following commands.
$ sudo apt install nodejs
$ sudo apt install npm
- #### Other Operating Systems
You can find more information about the installation on the [official Node.js website](https://nodejs.org/) and the [official NPM website](https://npmjs.org/).
If you need to update `npm`, you can make it using `npm`! Cool right? After running the following command, just open again the command line and be happy.
$ npm install npm -g
---
## Install
$ git clone https://github.com/YOUR_USERNAME/PROJECT_TITLE
$ cd PROJECT_TITLE
$ npm install
## Configure app
## Using
open terminal and run paivakirja -m=notes/journal inside your project directory
_ __ __ _ (_) __ __ __ _ | | __ (_) _ __ (_) __ _
| '_ \ / _` | | | \ \ / / / _` | | |/ / | | | '__| | | / _` |
| |_) | | (_| | | | \ V / | (_| | | < | | | | | | | (_| |
| .__/ \__,_| |_| \_/ \__,_| |_|\_\ |_| |_| _/ | \__,_|
|_| |__/
choose one of the option
1 getPrevious Notes
2 Insert newNotes
3 Query NotesbyDate