Samsung/iotjs-modules

Name: iotjs-modules

Owner: Samsung

Description: null

Created: 2018-03-22 02:34:52.0

Updated: 2018-03-22 02:34:54.0

Pushed: 2018-03-22 15:34:05.0

Homepage: null

Size: 0

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

IoT.js Modules

Introduction

IoT.js Modules is a collection of packages which works with IoT.js, its mother project. The purpose of this “central community repository” is to provide a place everyone can freely share and borrow the packages. It includes not only IoT.js compatible modules but also tools and demo projects which can get inspiration from.

Ground rules

As of now, we set out to use git submodule to avoid raw duplication of each package. Tracking history and its integrity are guaranteed by git. The minimum requirements for the package are as follows:

js-Modules-DCO-1.0-Signed-off-by: Random Developer random@developer.example.org
Examples
Adding a custom property for IoT.js to package.json.
ackage.json

ame": "", // all lowercase. one word, no spaces. dashes and underscores allowed.
ersion": "", // in the form of x.x.x.

...

otjs": {
"version": ">=1.0"


...

For further information, please refer to package.json.

Adding a submodule
submodule add https://github.com/{org}/{project}
commit -sam 'Import {module} to iotjs modules'
License

IoT.js Modules is Open Source software under the Apache 2.0 license. Respectively imported modules are under compatible licenses, as long as they are allowing to be imported as git modules.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.