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
- Host: GitHub
- URL: https://github.com/remino/mkprj
- Owner: remino
- License: isc
- Created: 2024-08-26T11:15:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T12:22:38.000Z (10 months ago)
- Last Synced: 2025-03-24T13:29:45.148Z (10 months ago)
- Topics: directory, filemanagement, mkprj, projects, shell
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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: .
```