@hastearcade/models
v2.2.1
Published
The @hastearcade/models package includes common domain models and services used across the client SDK, server SDK, and the Haste CLI.
Downloads
60
Keywords
Readme
@hastearcade/models
Overview
The @hastearcade/models
package includes common domain models and services used in the SDK. Eventually it will also be used to support tooling such as a CLI tool. At the current time this package should not be used on its own. Please use the @hastearcade/server
and @hastearcade/web
packages.
See here for an overview of the haste-sdk repository.
Table of Contents
Background
See here for a detailed background.
Setup
See here for a detailed setup guide.
Documentation
This README
and each package's README
provides high-level documentation. Additionally the code has been reviewed and comments provided to aid future developers in understanding why certain decisions were made.
More comprehensive documentation can be found here.
License
The haste-sdk repository along with the corresponding npm packages are currently licensed under MIT
Contributing
If you are a developer looking to contribute to the Haste ecosystem please review our Contributing Readme and our Contributing Guidelines