You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

readme.md 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # ansi-cyan [![NPM version](https://badge.fury.io/js/ansi-cyan.svg)](http://badge.fury.io/js/ansi-cyan)
  2. > The color cyan, in ansi.
  3. ## Install
  4. Install with [npm](https://www.npmjs.com/)
  5. ```sh
  6. $ npm i ansi-cyan --save
  7. ```
  8. ## Usage
  9. ```js
  10. var cyan = require('ansi-cyan');
  11. ```
  12. ## Related projects
  13. * [ansi-reset](https://github.com/jonschlinkert/ansi-reset)
  14. * [ansi-bold](https://github.com/jonschlinkert/ansi-bold)
  15. * [ansi-dim](https://github.com/jonschlinkert/ansi-dim)
  16. * [ansi-italic](https://github.com/jonschlinkert/ansi-italic)
  17. * [ansi-underline](https://github.com/jonschlinkert/ansi-underline)
  18. * [ansi-inverse](https://github.com/jonschlinkert/ansi-inverse)
  19. * [ansi-hidden](https://github.com/jonschlinkert/ansi-hidden)
  20. * [ansi-strikethrough](https://github.com/jonschlinkert/ansi-strikethrough)
  21. * [ansi-black](https://github.com/jonschlinkert/ansi-black)
  22. * [ansi-red](https://github.com/jonschlinkert/ansi-red)
  23. * [ansi-green](https://github.com/jonschlinkert/ansi-green)
  24. * [ansi-yellow](https://github.com/jonschlinkert/ansi-yellow)
  25. * [ansi-blue](https://github.com/jonschlinkert/ansi-blue)
  26. * [ansi-magenta](https://github.com/jonschlinkert/ansi-magenta)
  27. * [ansi-cyan](https://github.com/jonschlinkert/ansi-cyan)
  28. * [ansi-white](https://github.com/jonschlinkert/ansi-white)
  29. * [ansi-gray](https://github.com/jonschlinkert/ansi-gray)
  30. * [ansi-grey](https://github.com/jonschlinkert/ansi-grey)
  31. * [ansi-bgblack](https://github.com/jonschlinkert/ansi-bgblack)
  32. * [ansi-bgred](https://github.com/jonschlinkert/ansi-bgred)
  33. * [ansi-bggreen](https://github.com/jonschlinkert/ansi-bggreen)
  34. * [ansi-bgyellow](https://github.com/jonschlinkert/ansi-bgyellow)
  35. * [ansi-bgblue](https://github.com/jonschlinkert/ansi-bgblue)
  36. * [ansi-bgmagenta](https://github.com/jonschlinkert/ansi-bgmagenta)
  37. * [ansi-bgcyan](https://github.com/jonschlinkert/ansi-bgcyan)
  38. * [ansi-bgwhite](https://github.com/jonschlinkert/ansi-bgwhite)
  39. ## Running tests
  40. Install dev dependencies:
  41. ```sh
  42. $ npm i -d && npm test
  43. ```
  44. ## Contributing
  45. Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/ansi-cyan/issues/new)
  46. ## Author
  47. **Jon Schlinkert**
  48. + [github/jonschlinkert](https://github.com/jonschlinkert)
  49. + [twitter/jonschlinkert](http://twitter.com/jonschlinkert)
  50. ## License
  51. Copyright © 2015 Jon Schlinkert
  52. Released under the MIT license.
  53. ***
  54. _This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 21, 2015._