0.0.5 ā€¢ Published 3 months ago

@tincre/promo-types v0.0.5

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
3 months ago

promo-types, by Tincre.dev

Types for Tincre Promo. Use it in conjunction with the promo-dashboard, promo-chat, promo-button and other Promo integration applications.

Installation

Use your favorite package manager to rock installation of promo-types.

Yarn

yarn add @tincre/promo-types# -D if you want this as a dev dep

Npm

npm install @tincre/promo-types# --save-dev if you want it as a dev dep

Usage

  • Import the types
  • Use the types
  • Deploy!

Usage example

import { CampaignData } from '@tincre/promo-types';

const data: CampaignData = {
    ...//your actual stuff here
}

Support

License

This code is free to use for your commercial or personal projects. It is open-source licensed under the Mozilla Public License 2.0.

You will see various headers throughout the codebase and can reference the license directly via LICENSE herein.

Releases

We use npm for releases. In particular, we use npm --publish to publish.

Currently, only @thinkjrs has the ability to release.

Release prep

Prior to using npm --publish a release tag needs to be created for the library using our standard tagging practices.

Ensure that tests :white_check_mark: pass during this process prior to releasing via npm.

Test release

To do a proper release, ensure you're in the base repo directory and run npm publish . --access public --dry-run.

Release latest tag

To complete a full release to the latest npm dist-tag, ensure you're in the base repo directory and run npm publish . --access public.

šŸŽ‰ That's it! šŸŽ‰

0.0.5

3 months ago

0.0.4

4 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago