Metadata-Version: 1.1
Name: JekPost
Version: 2.0.0
Summary: Package to ease the process of creating a new Jekyll post
Home-page: https://github.com/arjunkrishnababu96/jekpost
Author: Arjun Krishna Babu
Author-email: arjunkrishnababu96@gmail.com
License: MIT
Description: JekPost
        =========
        
        Command-line utility to create a Jekyll post file with appropriate filename and headers.
        
        
        USAGE
        -----
        
        To create a new Jekyll post:
        
        ::
        
          $ jekpost_create.py 'Post Title' dir
        
        `dir` is the directory where the new post will be saved.
        This is usually the `_posts` directory.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
