https://github.com/adwaith-rajesh/cospy
A simple CLI tool to do a lot of things.
https://github.com/adwaith-rajesh/cospy
Last synced: 4 months ago
JSON representation
A simple CLI tool to do a lot of things.
- Host: GitHub
- URL: https://github.com/adwaith-rajesh/cospy
- Owner: Adwaith-Rajesh
- License: mit
- Created: 2021-05-14T08:38:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T05:17:30.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T14:40:28.439Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cospy
A Simple CLI tool do a lot of things.
[](https://github.com/Adwaith-Rajesh/cospy/actions/workflows/python-publish.yml)
___
## Table of contents
- [Description](#DESCRIPTION)
- [Installation](#INSTALLATION)
- [API](#API)
- [Usage](#USAGE)
## Description
A CLI to do a lot of stuff in a more easier(maybe) way.
___
## Installation
```bash
pip install cospy
```
___
## API
Below is the list of currently supported API.
* [`cos init`](https://github.com/Adwaith-Rajesh/cospy/blob/master/docs/README.md#init) - Start a programming project in any language.
* [`cos clean`](https://github.com/Adwaith-Rajesh/cospy/blob/master/docs/README.md#clean) - Sort directory.
* [`cos tasks`](https://github.com/Adwaith-Rajesh/cospy/blob/master/docs/README.md#tasks) - Manage tasks
* [`cos venv`](https://github.com/Adwaith-Rajesh/cospy/blob/master/docs/README.md#venv) - Manage virtual environments
## Usage
All the docs and usage are listed [here](https://adwaith-rajesh.github.io/cospy/docs/).