2023.0.0-RELEASE • Published 1 year ago

cobalt-ts v2023.0.0-RELEASE

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

Cobalt

Need info? Read on! | or Create an issue | or Ask us on Discord


Cobalt is a multiplatform utilities library for Typescript. You can use it with any TypeScript project including backend, frontend and mobile apps.

Note that this project uses functional programming constructs so it is advised to read up on the relevant projects if you're not familiar with them.

Packages

This is a list of published packages that you can add to your project. Follow the links if you'd like to learn more about how they work.

  • Authorization: Authorization utilities for Cobalt.
  • Core: Core utilities shared by all packages
  • Data: Useful data types
  • GraphQL: GraphQL Client for Cobalt
  • HTTP: HTTP Utilities for Cobalt

Learning

In case you are not familiar with functional programming and you'd like to learn more about it, you can read up on the following resources:

Development

Publishing

In order to publish the underlying packages of this project you need to do the following:

  1. Install the dependencies using npm install
  2. Run the build script in script/build-all
  3. Log in to npm: npm login
  4. Navigate to the specific project in the dist directory and run npm publish --access public
  5. Bump all versions to the next one

You're done!