store_util
v0.0.7
Published
This project created to help developers to store their programming(not only) notes.
Readme
STORE UTIL
This project created to help developers to store their programming(not only) notes.
Installation
In the terminal execute the following command:
sudo npm i -g store_utilFirst of all, you have to create github repository where you will store notes in the markdown format. An example of such repository: https://github.com/uncle-T0ny/stock2
The .md notes file should store notes in the next format: a start note begins from "[tags]: <>" then declare the tags in figure braces "(tag, tag 2, etc..)"
[tags]: <> (sql, mysql, column description) Select all columns description by typethe main noteand ends with "close note" tag
[tags-end]: <>Usage
- In the terminal execute the following command to open util:
sutThe util will ask github repository, type your own or https://github.com/uncle-T0ny/stock2 . Then it will ask you, is your repository private?
If your repository is private - util will ask you access token. You can generate oauth access token using this instruction: https://docs.cachethq.io/docs/github-oauth-token
Then you can user util typing with searching notes typing tag names
You can update the cached repository from github executing
sut --update- You also can find required note just adding searching tag to the util parameter
sut sqlTODO
- [ ] Discover how to install repository without sudo
- [ ] Adapt the Store_util for windows users
