Skip to content
/ p4node Public
forked from yjwong/p4node

Node.js bindings for Perforce (p4api)

Notifications You must be signed in to change notification settings

p4paul/p4node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p4node

Node.js Interface to Perforce

This is a set of bindings from p4api to node. p4api is a C++ library used to access the Perforce Helix Versioning Engine.

Development

You will need p4api from Perforce's website. You can get it from: https://www.perforce.com/downloads/helix

Download the appropriate archive, and extract into deps/p4api.

To compile the native code bindings, do this:

$ cd p4node
$ node-pre-gyp configure build

Assuming it built without errors, you should be able to run the example and then write programs that interface with Perforce servers.

Usage

There is currently no documentation for the moment. Feel free to contribute if you have some.

License

MIT License. See the LICENSE file.

About

Node.js bindings for Perforce (p4api)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • Python 1.5%
  • JavaScript 0.2%