https://github.com/elementsweb/dirmods
Node.js command line utility to make modifications to a number of directories in Linux
https://github.com/elementsweb/dirmods
dirmods node
Last synced: 10 months ago
JSON representation
Node.js command line utility to make modifications to a number of directories in Linux
- Host: GitHub
- URL: https://github.com/elementsweb/dirmods
- Owner: elementsweb
- License: mit
- Created: 2017-10-31T17:56:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-03T16:54:23.000Z (over 8 years ago)
- Last Synced: 2025-06-04T08:39:52.268Z (10 months ago)
- Topics: dirmods, node
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# dirmods
Node.js command line utility to make modifications to a number of directories in Linux
## Installation
```
npm install -g @j154004/dirmods
```
## Usage
`@j154004/dirmods [options]`
## Commands
### `config`
Change the git configuration in a directory.
Run within the directory you wish to change the local git configuration for. Otherwise use the `-d` flag to set configuration for all sub directories.
Prints all the directories that have had their configuration altered.
|Option|Alias|Description|Required|
|---|---|---|---|
|`name`|`-n`|Your user name for the remote git repository|Yes|
|`directory`|`-d`|Change the configuration in all child directories|No|
#### Example
`@j154004/dirmods config --name="elementsweb"`
## License
[BSD license](/LICENSE) Copyright (c) elementsweb