Metadata-Version: 2.1
Name: cookdir
Version: 0.1.2
Summary: create directories by template
Home-page: https://github.com/Blockhead-yj/cookdir
Author: yjdai
Author-email: 136271877@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# cookdir
## Initializing directories and files by recipe(template)

## Installation

`pip install cookdir`

## Functions:

- [x] create directories and files by a template name or a self-defined template yaml file.
   - Usage:
      - `cookdir cook pypkg pkgname --destination=your_path`
      - `cookdir cook template_file_path name`
- [x] list all existing template, or show the content of a particular template
   - Usage:
      - `cookdir list`
      - `cookdir list pypkg`
- [x] template shortcut
- [x] support file content template so files will be initilized with some content rather than empty

## Wanting:
Anyone who has some useful recipe(template) can commit PR, and anyone has some function suggestion can commit PR or issues.

I appreciate all of you.


