0.1.0 • Published 9 years ago

tschem v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

tschem

A TypeScript library for Cheminformatics.

Project Setup

This project uses gulp as its build system.

  • Install gulp: $ npm install -g gulp
  1. Install dependencies: $ npm install
  2. 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