Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adwaith-rajesh/cospy
A simple CLI tool to do a lot of things.
https://github.com/adwaith-rajesh/cospy
Last synced: 1 day 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T05:17:30.000Z (over 3 years ago)
- Last Synced: 2024-11-02T05:09:12.715Z (14 days 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.[![Pypi-Upload](https://github.com/Adwaith-Rajesh/cospy/actions/workflows/python-publish.yml/badge.svg)](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
```
___
## APIBelow 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/).