https://github.com/mklement0/pg
Please ignore - this is merely a playground.
https://github.com/mklement0/pg
Last synced: 26 days ago
JSON representation
Please ignore - this is merely a playground.
- Host: GitHub
- URL: https://github.com/mklement0/pg
- Owner: mklement0
- Created: 2015-06-01T02:39:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T21:18:09.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T17:52:06.433Z (12 months ago)
- Language: Makefile
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

**Contents**
- [pg — Introduction](#pg-&mdash-introduction)
- [Usage](#usage)
- [License](#license)
- [Acknowledgements](#acknowledgements)
- [npm dependencies](#npm-dependencies)
- [Changelog](#changelog)
# pg — Introduction
[THIS IS A PLAYGROUND. SERIOUSLY. PLEASE IGNORE.]
# Usage
```
$ pg --help
I AM BUT A POOR STUB. FLESH ME OUT, PLEASE. pg
```
# License
Copyright (c) 2015 Michael Klement (http://same2u.net), released under the [MIT license](https://spdx.org/licenses/MIT#licenseText).
## Acknowledgements
This project gratefully depends on the following open-source components, according to the terms of their respective licenses.
[npm](https://www.npmjs.com/) dependencies below have optional suffixes denoting the type of dependency; the *absence* of a suffix denotes a required *run-time* dependency: `(D)` denotes a *development-time-only* dependency, `(O)` an *optional* dependency, and `(P)` a *peer* dependency.
## npm dependencies
* [doctoc (D)](https://github.com/thlorenz/doctoc)
* [json (D)](https://github.com/trentm/json)
* [replace (D)](https://github.com/harthur/replace)
* [semver (D)](https://github.com/npm/node-semver#readme)
* [tap (D)](https://github.com/isaacs/node-tap)
* [urchin (D)](https://github.com/tlevine/urchin)
# Changelog
Versioning complies with [semantic versioning (semver)](http://semver.org/).
* **v0.1.0** (2015-06-03):
* initial release