Metadata-Version: 1.1
Name: draft-cli
Version: 0.1
Summary: CLI-enabled writing system to keep your work modular and optimize your files for git for version control.
Home-page: https://github.com/edelgm6/draft
Author: Garrett Edel
Author-email: edelgm6@gmail.com
License: UNKNOWN
Description: .. image:: https://codecov.io/gh/edelgm6/draft/branch/master/graph/badge.svg?token=Qh4Eni15kt
            :target: https://codecov.io/gh/edelgm6/draft
        .. image:: https://travis-ci.com/edelgm6/draft.svg?branch=master
            :target: https://travis-ci.com/edelgm6/draft
        .. image:: https://readthedocs.org/projects/draft-cli/badge/?version=latest
            :target: https://draft-cli.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        Draft: Write Like a Programmer
        ==============================
        Draft is a CLI-enabled *writing system* to keep your work modular, optimize your files for git for version control, and just make writing *fun* again.
        
        
        Primary Features
        ----------------
        When you're writing something short, a Google Doc or Word file works great.
        But get beyond a few thousand words and you end up in scroll-hell (i.e., when just navigating the doc is a chore).
        
        Draft turns that half-finished novel into a clean, plaintext file tree perfect for git.
        
        - ``parse`` any Markdown file into a file tree of Sections, Chapters, Sub-chapters, and Scenes
        - ``sequence`` your files and directories to maintain a sequential index
        - ``outline`` your project to help plan and fill in gaps
        - ``compile`` your Scenes, Sub-Chapters, Chapters, and Sections into a single document once you're ready to publish
        - Other features include ``stats`` (word count, etc.), ``trim`` (remove duplicate spaces), and ``split`` (put each sentence on its own line)
        
        Installation
        ------------
        
        ``pip install draft-cli``
        
        Documentation
        -------------
        
        https://draft-cli.readthedocs.io/en/latest/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
