Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leny/touteta
Get the state of all git repos within a directory
https://github.com/leny/touteta
Last synced: 7 days ago
JSON representation
Get the state of all git repos within a directory
- Host: GitHub
- URL: https://github.com/leny/touteta
- Owner: leny
- License: mit
- Created: 2016-07-07T11:11:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T05:51:22.000Z (over 6 years ago)
- Last Synced: 2024-10-08T14:13:10.133Z (about 1 month ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# touteta
[![NPM version](http://img.shields.io/npm/v/touteta.svg)](https://www.npmjs.org/package/touteta) ![Dependency Status](https://david-dm.org/leny/touteta.svg) ![Downloads counter](http://img.shields.io/npm/dm/touteta.svg)
> Get the state of all git repos within a directory.
* * *
## Usage
### Installation
To use **touteta**, you must at first install it globally.
(sudo) npm install -g touteta
### Usage
Using **touteta** is simple:
touteta [options] [folder]
Arguments:
[folder] folder to inspectOptions:
-h, --help output usage information
-V, --version output the version number#### Arguments
##### folder
The folder to inspect. Touteta will look for all git repository within the given folder, then will show the state of each of them.
#### Options
##### help (`-h`,`--help`)
Output usage information.
##### version (`-v`,`--version`)
Output **touteta** version number.
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Lint your code using [Grunt](http://gruntjs.com/).
## Release History
* **0.1.0**: Initial release (*07/07/16*)
## License
Copyright (c) 2016 Leny
Licensed under the MIT license.