Skip to content

PowerToChange/mhimport

Repository files navigation

c({"name": "ReadMe", "type": "page", "comment": "<h1>colors.js - get color and style in your node.js console ( and browser ) like what</h1>\n\n<p><img src=\"http://i.imgur.com/goJdO.png\" border = \"0\"/></p>\n\n<h2>Installation</h2>\n\n<pre><code>npm install colors\n</code></pre>\n\n<h2>colors and styles!</h2>\n\n<ul>\n<li>bold</li>\n<li>italic</li>\n<li>underline</li>\n<li>inverse</li>\n<li>yellow</li>\n<li>cyan</li>\n<li>white</li>\n<li>magenta</li>\n<li>green</li>\n<li>red</li>\n<li>grey</li>\n<li>blue</li>\n<li>rainbow</li>\n<li>zebra</li>\n<li>random</li>\n</ul>\n\n<h2>Usage</h2>\n\n<p>``` js\nvar colors = require('./colors');</p>\n\n<p>console.log('hello'.green); // outputs green text\nconsole.log('i like cake and pies'.underline.red) // outputs red underlined text\nconsole.log('inverse the color'.inverse); // inverses the color\nconsole.log('OMG Rainbows!'.rainbow); // rainbow (ignores spaces)\n```</p>\n\n<h1>Creating Custom themes</h1>\n\n<p>```js</p>\n\n<p>var require('colors');</p>\n\n<p>colors.setTheme({\n  silly: 'rainbow',\n  input: 'grey',\n  verbose: 'cyan',\n  prompt: 'grey',\n  info: 'green',\n  data: 'grey',\n  help: 'cyan',\n  warn: 'yellow',\n  debug: 'blue',\n  error: 'red'\n});</p>\n\n<p>// outputs red text\nconsole.log(\"this is an error\".error);</p>\n\n<p>// outputs yellow text\nconsole.log(\"this is a warning\".warn);\n```</p>\n\n<h3>Contributors</h3>\n\n<p>Marak (Marak Squires)\nAlexis Sellier (cloudhead)\nmmalecki (Maciej Małecki)\nnicoreed (Nico Reed)\nmorganrallen (Morgan Allen)\nJustinCampbell (Justin Campbell)\nded (Dustin Diaz)</p>\n\n<h4>, Marak Squires , Justin Campbell, Dustin Diaz (@ded)</h4>", "src": "appDev/node_modules/mailer/node_modules/colors/ReadMe.md", "children": []})

About

Legacy Mission Hub to CiviCRM import script in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages