pd

a print helper for javascript


License
GPL-3.0
Install
bower install pd

Documentation

pd, a print helper

Homepage: https://github.com/GutenYe/pdjs
Author: Guten
License: GPL
Issue Tracker: https://github.com/GutenYe/pdjs/issues

Overview

For browser

# load pd.js
pd 1, 2, 3

For node

require 'pd'
pd 1, 2, 3

Internal is using console.log.

Easy for search with $ grep 'pd ' -R lib.

Install

For bpm

$ bpm add pd

for Node.js

$ npm-g install pdjs

Contributing

  • Feel free to join the project and make contributions (by submitting a pull request)
  • Submit any bugs/features/ideas to issue tracker

Resources

  • pd pd for Ruby

Copyright

Copyright 2011 Guten Ye

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.