https://github.com/damnever/xd
:white_small_square: Make life easier!
https://github.com/damnever/xd
batch config-manipulation gitignore-generator license-generator project-initialization
Last synced: 12 months ago
JSON representation
:white_small_square: Make life easier!
- Host: GitHub
- URL: https://github.com/damnever/xd
- Owner: damnever
- License: bsd-3-clause
- Created: 2018-04-29T14:49:55.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T03:47:57.000Z (over 1 year ago)
- Last Synced: 2025-03-23T19:51:22.892Z (about 1 year ago)
- Topics: batch, config-manipulation, gitignore-generator, license-generator, project-initialization
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
xd
==
A list of handy commands which makes life easier.
Install
-------
::
pip install xd -U
# pip install git+https://github.com/damnever/xd.git@master -U
Usage
-----
::
Usage: xd [OPTIONS] COMMAND [ARGS]...
A list of handy commands which makes life easier.
Options:
--help Show this message and exit.
Commands:
batch Execute a program multiple times in parallel.
config Manipulate config files: json, yaml, ini and toml.
gitinit Init a git project, or creates a LICENSE/.gitignore file.
version Show version.
watch Execute a program periodically.
::
xd --help
xd --help