Skip to content
a print helper for javascript
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
LICENSE
README.md
bower.json
package.json
pd.js

README.md

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/.

Something went wrong with that request. Please try again.