NodeJS Library for Industrial IoT Connectivity - TypeScript SDK for Industrial IoT - Command Line Interface - Development Proxy - typescript-sdk is waiting for your contributions!
If you have never contributed to open source here is your chance: đ¸
[0] Comment on this issue that you will take care of this feature impementation ;)
[1] fork the repository (click on the Fork button)
[2] Clone it to your local system and install the dependencies by running npm install in the cloned directory. (you will need nodejs in your development environment)
[3] Implement the feature
Run npm install pkg --save-dev to install packaging tool in dev environment or add following entry to devDependencies in package.json file:
"pkg": "^4.4.9",
add following entry in package.json at the end of the file:
"pkg": {
"assets": "dist/**/*"
}
add following line in scripts section in package.json
"pkg": "npm run prepare && pkg .",
Add following lines to the end of the .gitignore and and .npmignore file
If you have never contributed to open source here is your chance: đ¸
[0] Comment on this issue that you will take care of this feature impementation ;) [1] fork the repository (click on the Fork button) [2] Clone it to your local system and install the dependencies by running
npm install
in the cloned directory. (you will need nodejs in your development environment) [3] Implement the featureRun
npm install pkg --save-dev
to install packaging tool in dev environment or add following entry to devDependencies in package.json file:add following entry in package.json at the end of the file:
add following line in scripts section in package.json
Add following lines to the end of the .gitignore and and .npmignore file
You are done. đ đś đ¸ đ
if you run
npm run pkg
the script will produce 3 binaries for linux, macos and windows with command line interface for MindSphere.
[4] Push the changes back to your repository [5] Click the Compare & pull request button. [6] Click Create pull request to open a new pull request.
See also:
https://opensource.com/article/19/7/create-pull-request-github
Hacktoberfest
https://hacktoberfest.digitalocean.com/