0.1.10 • Published 10 months ago

@assemble-inc/util v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Assemble Utilities

Welcome to Assemble Utilities!

We aim to create a hub for TypeScript Utilities that can be reusable throughout our Assemble projects.

Table of Contents

Importing and using the library

  1. yarn add @assemble-inc/util or npm i @assemble-inc/util
  2. import a hook with its named export i.e. import { formatPhoneNumber } from '@assemble-inc/util';

Contributing

  1. Clone this repo (or parent repo)
  2. Create a branch: git checkout -b developer-name/component-name
  3. Make some changes
  4. Test your changes
  5. Push your branch and open a Pull Request
  6. Let the team know

Publishing

Then every time you make an update to the library, republish it to npm:

  1. Run yarn publish-packages
  2. At root of repo run yarn changeset and follow instructions - this will automatically bump major/minor versions of packages and prepare them to be published. Any packages with "private": true in their package.json will not be published.
  3. Run yarn changeset publish

note: In order to publish, you will need to log into your NPM account first.

Maintainers

Assemble Frontend Team

License

This code is open source software licensed under the MIT License.

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

11 months ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.0.19

2 years ago