Skip to content

Commit

Permalink
Fix workflow & update README
Browse files Browse the repository at this point in the history
  • Loading branch information
RitheeshBaradwaj committed Sep 17, 2023
1 parent 08f27b9 commit 4deb4ec
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,25 @@
[![Build and Test Cosmos CLI](https://github.com/developers-cosmos/cosmos-cli/actions/workflows/build.yaml/badge.svg)](https://github.com/developers-cosmos/cosmos-cli/actions/workflows/build.yaml)

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:
- [Install Nix](https://nixos.org/download)

# Demo [WIP]

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

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

The above command produces the following output.

```shell
[Cosmos CLI]: Hello from Developers Cosmos!
```
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

bazelisk build //src:hello-world
bazelisk build //src:cosmos
2 changes: 1 addition & 1 deletion tools/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

bazelisk run //src:hello-world
bazelisk run //src:cosmos

0 comments on commit 4deb4ec

Please sign in to comment.