Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

A pure typescript representation of collection+json that can be used to create framework specific libraries for handling cj data.

License

Notifications You must be signed in to change notification settings

avatao/collection-json-base

Repository files navigation

Collection+JSON TypeScript Client Library

Build Status Known Vulnerabilities

Disclaimer

This project is in beta state, tests are written and the api stabilizing, but changes and bugs are likely.

Description

This is a pure TypeScript representation of the Collection+JSON - Hypermedia Type (specs) for the client side.

Purpose

This library should provide a proper representation for the Collection+JSON specification in a generic way, so that it will be easy to write extensions for Angular or other client-side frameworks.

Using yarn

Yarn is a faster more secure alternative to npm and perfectly compatible with npm repository. To use it just run yarn instead of npm install

Frequently used commands

  • yarn add package_name (-D) installs a package and adds it to the package.json (if th -D is specified it will add it to the devDependencies)
  • yarn remove package_name removes the package and deletes it from the package.json file
  • yarn global add package_name to install a package globally

More info yarn cli

About

A pure typescript representation of collection+json that can be used to create framework specific libraries for handling cj data.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published