Metadata-Version: 1.1
Name: Notey
Version: 0.1.1
Summary: Small CLI for creating notes
Home-page: UNKNOWN
Author: Vhenrixon
Author-email: vhenrixon@gmail.com
License: UNKNOWN
Description: # Notey
        
        Notey is a small command line interface(CLI) tool that allows you to create markdown files for note taking
        
        ## Installation
        
        Installation is simple just download python 3.x and then in a command prompt ```pip install notey```. After this you 
        can type ```note --help``` for the commands and from there go onto creating note documents
        
        ## Quick how to ____
        
        ### Generate a file
        
        ``` note generate -n "title of file" ``` 
        
        ### Create/update a table of contents
        
        ``` note update -n "title of file" ```
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
