0.2.5 • Published 4 years ago

ciftools v0.2.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

License npm version Gitter

Usage

CIF schema generation

cifschema -o mmcif.ts -p mmCIF
cifschema -o ccd.ts -p CCD
cifschema -o bird.ts -p BIRD
cifschema -o cif-core.ts -p CifCore

Building

Build:

npm install
npm run build

Build automatically on file save:

npm run watch

Build with debug mode enabled:

DEBUG=molstar npm run watch

Build for production:

NODE_ENV=production npm run build

Scripts installation

npm run build
npm install -g

Publish

Prerelease

npm version prerelease # asumes the current version ends with '-dev.X'
npm publish --tag next

Release

npm version 0.X.0 # provide valid semver string
npm publish

Contributing

Just open an issue or make a pull request. All contributions are welcome.

Funding

Funding sources include but are not limited to:

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.1.0-dev.3

5 years ago

0.1.0-dev.2

5 years ago

0.1.0-dev.1

5 years ago