David Sehnal 050edf26e1 tweaked docs
2017-10-14 10:57:43 +02:00
2017-09-21 16:22:08 +02:00
2017-10-14 10:57:43 +02:00
2017-10-03 15:39:28 +02:00
2017-09-01 19:26:32 -07:00
2017-09-13 11:35:28 -07:00
2017-09-01 19:26:32 -07:00
2017-10-05 11:11:44 +02:00
2017-10-13 20:47:04 -07:00
2017-10-03 17:23:51 +02:00
2017-10-04 11:55:03 +02:00
2017-09-01 19:26:32 -07:00

License

  • general, non-opinionated library for reading and writing molecular structure related file formats
  • extending on the ideas of the CIFTools.js library

Building & Running

Build:

npm install
npm run build

Build automatically on file save:

npm run watch

Bundle with rollup (UMD and ES6)

npm run bundle

Make distribution files

npm run dist

Build everything above

npm run-script build && npm run-script bundle && npm run-script dist

Example script

Build

npm run script

Run

node ./build/js/script.js

TODO

  • write about unittest (AR)
Languages
TypeScript 97.6%
JavaScript 0.9%
SCSS 0.9%
HTML 0.6%