0.4.1 • Published 2 years ago

@quiltt/client v0.4.1

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

@quiltt/client

NPM Tests Maintainability Test Coverage JavaScript Style Guide

Git FlowGithub Flow
TypeScript Styleairbnb
Commit StyleConventional Commits

Install

npm install --save @quiltt/client

or

yarn add @quiltt/client

Usage

# .env file
VITE_APP_QUILTT_APP_ID=xxxx-xxxx-xxxx # React app scaffolded with Vite 2
REACT_APP_QUILTT_APP_ID=xxxx-xxxx-xxxx # React app scaffolded with Create React App
// App entrypoint
import * as React from 'react'

import { QuilttProvider } from '@quiltt/client'

import App from './App'

export const Index: React.FC = () => {
  return (
    <QuilttProvider deploymentId={VITE_APP_QUILTT_APP_ID | REACT_APP_QUILTT_APP_ID}>
      <App />
    </QuilttProvider>
  )
}
export default Index

Exported Hooks/Providers/Components

  • QuilttSettingsProvider
  • useAuthLink
  • useErrorLink
  • useLocalStorage
  • usePreviewLink
  • useQuilttAuth
  • useQuilttClient
  • useQuilttSettings
  • useQuilttLink
  • PlaidConnectButton
  • PlaidLinkLauncher
  • PlaidNewConnectionButton
  • PlaidReconnectButton
  • PlaidSyncStatus
  • PlaidUnlinkButton

Release

  1. Build a new branch for releasing.
  2. Increment version in package.json in accordance with semantic versioning.
  3. Run yarn prepare.
  4. Commit, push up the branch and open a pull request.
  5. Have another developer to approve release.
  6. Draft a new release by tagging the branch and create new tag.
  7. Run npm publish-script and follow npm publish instruction to release to npm. You might need to run npm adduser.
  8. Merge pull request.

License

MIT © quiltt

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.1

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5-3

2 years ago

0.0.5-4

2 years ago

0.0.5-2

2 years ago

0.0.5-1

2 years ago

0.0.5-0

3 years ago

0.0.4-9

3 years ago

0.0.4-8

3 years ago

0.0.4-6

3 years ago

0.0.4-5

3 years ago

0.0.4-4

3 years ago

0.0.4-0

3 years ago

0.0.2-2

3 years ago

0.0.2-1

3 years ago

0.0.2-0

3 years ago

0.0.4-3

3 years ago

0.0.4-2

3 years ago

0.0.4-1

3 years ago

0.0.1-alpha.9

3 years ago

0.0.1

3 years ago

0.0.3

3 years ago

0.0.1-alpha.6

3 years ago

0.0.1-alpha.7

3 years ago

0.0.1-alpha.5

3 years ago

0.0.1-alpha.8

3 years ago

0.0.1-alpha.4

3 years ago

0.0.1-alpha.3

3 years ago

0.0.1-alpha.2

3 years ago

0.0.1-alpha.1

3 years ago

0.0.2

3 years ago