0.16.0 • Published 4 years ago

clark-utils v0.16.0

Weekly downloads
47
License
MIT
Repository
github
Last release
4 years ago

🛠 Clark Utils library

A suite of tested and flowtyped utility functions used across Clark frontend applications. The entire library is typed with Flow and tested with Jest. To build, we transpile using Babel and then copy over our flow definitions using flow-copy-source.

h/t Patrick Stapfer for writing up this pattern for sharing flow type-definitions across projects.

Project structure:

The src directory contains our utility functions, which are all exported from src/index.js, our library's entry point.

|-- src
|   |-- index.js
|   |-- etc

Getting Started

  • You will need to install Yarn for dependency management, if you do not have it already installed.

  • Run the yarn command to install node_modules

Testing library integration locally

To test clark-utils locally, ** Make sure build/ directory exists (yarn build) and then follow the instructions here.

Testing

We use jest for running our test suite. All new utility functions should be pure and thoroughly unit-tested. Run yarn test to start the test runner

Flow

This project uses flow to do static typechecking. We're using the flowtype eslint plugin to enforce adding flow annotations to all files and stylistic consistency.

Run yarn flow to start the flow server. If you run into unexpected failures, as a first troubleshooting step, run yarn flow stop and then start the server again to bust the cache.

Updating

For convience sake, we use the cut-release project to easily publish to npm and follow SEMVER.

Once you have cut a release remember to bump the version in your project.

Usage

To use the library run yarn add clark-utils. Note that this package isn't bundled - we use it in apps that are built with Webpack. Additionally, it has been opensourced primarily for educational purposes. If a function isn't working as you'd expect it to, we recommend forking the repo or copying the code that you want to use into another package.

0.16.0

4 years ago

0.14.0

4 years ago

0.15.0

4 years ago

0.15.1

4 years ago

0.15.2

4 years ago

0.13.0

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.1

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago