Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discussion: maintain packages out of this project #124

Open
yorkie opened this issue Dec 19, 2018 · 0 comments
Open

discussion: maintain packages out of this project #124

yorkie opened this issue Dec 19, 2018 · 0 comments

Comments

@yorkie
Copy link
Member

yorkie commented Dec 19, 2018

Currently all the packages are maintained inside the YodaRT project, we had plan to move these packages as separate NPM package, that's why we call the directory is packages. However moving these packages completely to be separate should address the following issues:

  • how to test
  • how to integrate
  • how to install

And there are the following actions to be done:

  1. The package tests and source code shall be moved to separate git repository. As for testing of packages, discussed with @cheongwen, we don't need the complete test on ARM-based devices, so the test on travis/circle is enough for packages.

  2. At YodaRT, install packages via NPM instead of CMake, to ship this ASAP, we could ln the node_modules/@yoda/{name} to packages/@yoda/{name}.

/cc @Rokid/yodaos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant