/empty-module-client

Empty client-side module template

Primary LanguageJavaScriptMIT LicenseMIT

NPM version Build Status Dependency Status Dev dependency Status Coverage Status

{{description}}

Usage

This module is under development and not ready for use yet.

Versioning

This module follows semver. Breaking changes will only be made in major version updates.

Tests

Use npm test to run the tests. Use npm run cover to check coverage.

Changelog

See changelog.md

Issues

If you discover a bug, please raise an issue on Github. https://github.com/overlookmotel/{{name}}/issues

Contribution

Pull requests are very welcome. Please:

  • ensure all tests pass before submitting PR
  • add tests for new features
  • document new functionality/API additions in README
  • do not add an entry to Changelog (Changelog is created when cutting releases)