Skip to content

gaoktp/openchemlib-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openchemlib-js

NPM version build status npm download

JavaScript interface with the openchemlib java library

Development

To build this project, you need :

Install dependencies

npm install
[sudo] npm install -g gulp

Configure directories

Copy config.default.json to config.json and put the path to the GWT classes on your computer.
If you want to update the java code from openchemlib, provide the path to the openchemlib source.

Gulp tasks

Options

  • -m [name]: only process module "name"
  • -v: verbose output

compile:min / compile:pretty

Execute the GWT compiler

export

Transform the GWT compiled files to javascript modules

build:min / build:pretty

Compile and export

copy:openchemlib

Copy the required java files from the openchemlib project

License

BSD-3-Clause

About

GWT project to convert openchemlib to JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%