Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.27 KB

cosmos-cli

Build and Test Cosmos CLI

Cosmos CLI is a versatile command-line tool developed by Developers-Cosmos, simplifying the installation, setup, and management of a diverse range of projects and applications offered by our organization, spanning various languages and domains. Streamline your development workflow and access our projects effortlessly with Cosmos CLI.

Prerequisites

Before you can use this project, make sure you have the following software installed:

  • Nix Package Manager: Nix is a powerful package manager that this project relies on for managing dependencies and development environments. You can install Nix by following the instructions for your operating system:

Demo [WIP]

Use the below commands to pull a very basic version of cosmos-cli.

nix develop github:developers-cosmos/cosmos-cli -c cosmos

The above command produces the following output.

[Cosmos CLI]: Hello from Developers Cosmos!

To enter into the flake environment run the below command:

nix shell github:developers-cosmos/cosmos-cli