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.
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:
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