0.4.0 • Published 4 years ago

@palletech/pt-package-shared-helpers v0.4.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
4 years ago

PT Package Shared Helpers

Introduce the project

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing

  • Run make install to install node_modules

Running the tests

This project uses mocha

  • Invoke tests with make test
  • They will be run automatically as pre-push hook through Husky
  • You can use make cover to check your code coverage

Coding style

This project enforces the Airbnb Javascript Style Guide

  • Exceptions and modifications are shown in .eslintrc.js
  • Linting and editor configuration is handled automatically through .editorconfig, .eslintrc.js and prettier.config.js
  • Before committing your code, you should run yarn prettier to cleanup your code (although some linting will still be enforced on git commit)
  • Changelog generation performed through Conventional Changelog

Deployment

TODO

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago