Skip to content
This repository has been archived by the owner on Dec 6, 2017. It is now read-only.

attic-storage/ansi-string-augmentations.golo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ansi-string-augmentations.golo

Bring ANSI Colors support to String in Golo

Install it to a Golo project

Create a .bowerrc file at the root of the project with this content:

{
  "directory": "imports"
}

Create a bower.json file (or update dependencies) at the root of the project with this content:

{
  "name": "your_project_name",
  "version": "0.0.0",
  "dependencies": {
    "ansi-string-augmentations.golo" : "rlespinasse/ansi-string-augmentations.golo#master"
  }
}

Type bower install

About

ANSI Colors support to String in Golo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages