1.5.1 • Published 6 years ago

@chemistry/molecule3d v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@chemistry/molecule3d

Build Status

Simple library to support 3D infinite molecules;

Include following clases:

  • Molecule3D
  • Atom
  • Bond

Commands:

  • Run unit tests: npm run test
  • Start TDD flow: npm run tdd
  • Run linter verification: npm run lint
  • Run linter verification & fix: npm run lintfix
  • Build project: npm run build

Technical description :

  • Typescript 2.1 (export typings)
  • Isomorphic (can be used with node & with browsers )
  • Compiled to UMD (can be used as CommonJS, AMD & direct module include syntax)
  • Build with TDD in mind (tests with jasmine)
  • height code coverage (detailed report with Istanbul)