Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```
___
## 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/).