With one click any person can donate their unused mobile data to our community of students.
- NodeJS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- TypeScript - TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
- IBM Watson - Watson is IBM’s suite of enterprise-ready AI services, applications, and tooling.
- IBM Cloud Foundry - Deploy and scale apps without manually configuring and managing servers
to commit DOCS changes:
file: commit-docs.sh
$ bash scripts/commit-docs.sh -d "brief description of what change"
to commit new FEATURES with DESCRIPTION:
feat: the title
BREAKING CHANGE: details about changes
file: commit-feat.sh
$ bash scripts/commit-feat.sh -t "Title" -d "Description"
to commit new FEATURES with SCOPE:
feat(scoped): the title
file: commit-feat-scoped.sh
$ bash scripts/commit-feat-scoped.sh -t "Title" -s "Scope"
to commit new FEATURES with SCOPE and DESCRIPTION:
feat(scoped): the title
BREAKING CHANGE: details about changes
file: commit-feat-scoped-description.sh
$ bash scripts/commit-feat-scoped-description.sh -t "Title" -s "Scope" -d "Description"
to commit new FIX:
fix: the title
BREAKING CHANGE: details about changes
file: commit-fix.sh
$ bash scripts/commit-fix.sh -t "Title" -d "Description"
to commit REFACTOR changes:
refactor!: the title
BREAKING CHANGE: details about changes
file: commit-refactor.sh
$ bash scripts/commit-refactor.sh -t "Title" -d "Description"
This project is unlicensed - be my guest to code.