Skip to content

smdgroup/nodejs_fbas_analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbas_analyzer_nodejs

Uses https://neon-bindings.com/ to create a nodejs module around the awesome https://github.com/wiberlin/fbas_analyzer tool.

Uses https://travis-ci.org/ to build binaries for linux & mac os (https://neon-bindings.com/docs/publishing)

build release

yarn install

build dev

neon build

cleanup

neon clean Cleans up native folder.

run tests

yarn jest

upgrade fbas_analyzer rust package

Update the version in Cargo.toml

cd native
cargo build

publish new release on npmjs

  1. Commit and push the code with a new version tag. Travis will automatically build and create a new (draft) github release.
  2. publish the release on github (manually)
  3. run npm publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 70.7%
  • JavaScript 29.3%