Skip to content

typed-contrib/aerospike-client-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typed aerospike-client-nodejs Build Status

Type definitions for aerospike-client-nodejs.

Installation

Installation can be done using typings.

From the registry:

$ typings install aerospike --save

From the source:

$ typings install github:typed-contrib/aerospike-client-nodejs --save

aerospike module works in node.js environment. So you also have to install node.js typings.

$ typings install env~node --global --save

Contributing

Contributions are welcome !

# Installation
# Fork this repo (https://github.com/typed-contrib/aerospike-client-nodejs)
# Clone the fork (E.g. `https://github.com/<your_username>/aerospike-client-nodejs.git`)
cd aerospike-client-nodejs

# Install modules and dependencies
npm install

# Test typings over aerospike-client-nodejs samples and tests
npm test

Some resources to help writing Typescript type definitions:

Tests

This type definitions are tested using source aerospike-client-nodejs examples.

License

MIT