Hedgehog IDE and Deployment Protocol
See INSTALL.md for setup & installation instructions.
The following tools are used for development the Hedgehog IDE. Thus, if you want to start working on the IDE, you will need to install them first.
- Dependency Management: NPM
- Build Automation: Grunt
- Testing: Mocha
- Linting: TSLint (Available via Grunt task. No installation required!)
In order to execute all tests, simply execute:
$ npm test
Code is linted via TSLint. Read the styleguide entry in the project's wiki.
Hedgehog IDE and Deployment Protocol
Copyright (C) Practical Robotics Institute Austria
Copyright (C) Markus Klein
Copyright (C) Thomas Fellner
Copyright (C) Hassan Mohamad
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.