tschem

A TypeScript Cheminformatics library

Usage no npm install needed!

<script type="module">
  import tschem from 'https://cdn.skypack.dev/tschem';
</script>

README

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