tschem
v0.1.0
Published
A TypeScript Cheminformatics library
Downloads
1
Maintainers
Readme
tschem
A TypeScript library for Cheminformatics.
Project Setup
This project uses gulp as its build system.
- Install gulp:
$ npm install -g gulp
- Install dependencies:
$ npm install
- Build and run:
$ gulp buildrun
Testing
This project uses mocha for unit testing. Install mocha:
$ npm install -g mocha
To compile and test run:
$ gulp && mocha
Troubleshooting & Useful Tools
License
MIT