Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/messutied/colors.sh

🌈💻 Colors.sh helps you add colors and formatting to your bash scripts
https://github.com/messutied/colors.sh

bash color-picker mobx react shell

Last synced: about 2 months ago
JSON representation

🌈💻 Colors.sh helps you add colors and formatting to your bash scripts

Awesome Lists containing this project

README

        

# 🌈💻 Colors.sh

Colors.sh helps you add colors and formatting to your bash scripts in a visual way, it looks like this:

![Preview](www/full_preview.png)

Go to http://colors.sh to try it out now!

## Development Setup

Run the following commands under the project root folder:

1. `yarn install`
2. `yarn dev` to launch the development server.

## Production

Build the production ready bundle by running

```
yarn prod:build
```

The production bundle will be generated under the `dist` folder.

### Run production bundle in local machine

Need to install node http-server first with `npm i -g http-server`, then run:

```
yarn prod:start
```