3.0.0-alpha.1 • Published 4 years ago

haluka-core v3.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Haluka Core ⚗️

Core engine for Haluka Framework

Build Status Build Status Coveralls License: MIT Version

TypeScript

Haluka Core has been written in TypeScript and run on platforms with Node.js >=8.8.1.

Tests & Linting

  1. Lint your code using ESLint. Run npm run lint command to check if there are any linting errors.
  2. Make sure you write tests for all the changes/bug fixes.
  3. Make sure all the tests are passing on travis and appveyor.
  4. Make sure to have full coverage on your tests.

General Practices

We love comments. Be sure to comment your codes properly so that your fellow can understand you easily.

If commenting is not done properly, following may happen

While Coding: Only You and God knows what it does

After some time: Only God knows what it does

To prevent this, let's all commit to commenting. 😉

Issues & Pull Requests

  1. Always try creating regression tests when you find a bug (if possible).
  2. Share some context on what you are trying to do, with enough code to reproduce the issue.
  3. For general questions, please create a forum thread.
  4. When creating a Pull Request for a feature, make sure to create a parallel Pull Request for docs too.

Author

Robin Panta (Hacktivistic)   GitHub | Blog

List of contributers.