An open API service indexing awesome lists of open source software.

https://github.com/remino/mkprj

Create a dated project directory
https://github.com/remino/mkprj

directory filemanagement mkprj projects shell

Last synced: 10 months ago
JSON representation

Create a dated project directory

Awesome Lists containing this project

README

          

mkprj
=====

By Rémino Rem . [ISC License.](LICENSE.txt)

```
mkprj 1.0.1

USAGE: mkprj []

Create a dated project directory.

OPTIONS:

-d
Use as the project date. Default is the current date.

-h
Show this help screen.

-p
Directory containing project directories. Can also be set with PROJECTS_DIR.
If not set, defaults to the current directory.

-t
Use directory template. Can also be a full path.
Directory of templates must be set in TEMPLATES_DIR.
If not set, defaults to the current directory.

-v
Show script name and version number.

ENVIRONMENT VARIABLES:

PROJECTS_DIR
Directory containing project directories. Default is the current directory.
Current value: .

TEMPLATES_DIR
Directory containing project templates. Default is the current directory.
Current value: .
```