https://github.com/real-serious-games/p4-nodejs
NodeJS Javascript API for Perforce.
https://github.com/real-serious-games/p4-nodejs
perforce
Last synced: 6 months ago
JSON representation
NodeJS Javascript API for Perforce.
- Host: GitHub
- URL: https://github.com/real-serious-games/p4-nodejs
- Owner: Real-Serious-Games
- License: mit
- Created: 2015-06-09T01:47:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T01:25:47.000Z (over 8 years ago)
- Last Synced: 2025-04-12T19:13:53.850Z (6 months ago)
- Topics: perforce
- Language: JavaScript
- Size: 15.6 KB
- Stars: 4
- Watchers: 10
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# P4-NodeJS
NodeJS Javascript API for Perforce.
If you are interested in using this please get in touch and I'll write some docs.
You can find some examples in p4_test.js, you just need to put your Perforce login details in p4_test_config.js to use.
Please note you need Python 2.7 installed and in your path to use this. That's because Python is the most reliable way to interface with Perforce in certain situations.