supercore-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

Supercore API

semver License Run tests

Supercore is a mildly-opinionated Firebase framework that that provides Resource Auditability, a Roles system, and various utilities that make your life a little easier. It lets you focus on the business logic without wasting time on things that should be there out of the box.

How it Works

Supercore focuses on a single Firestore object, which we call an Entity. Entities are auditable and permissionable. That means there's an audit trail on any changes made to them, and there's a strong system that makes sure only the right people can make those changes.

Using this package in your own app

  • yarn install supercore-api
  • npm install supercore-api

Supporting the project

The best way to contribute is to start a conversation or a ticket with your question, feature request, or bug report.

  1. yarn install
  2. npx husky install
  3. yarn run test

Project Development & Organisation

  • Github is the source of truth
  • Each Major release is tracked on the associated Projects page on GH
  • Epics are tracked as Milestones

/supercore-api/

    Package Sidebar

    Install

    npm i supercore-api

    Weekly Downloads

    6

    Version

    0.0.7

    License

    Apache-2.0

    Unpacked Size

    19.3 kB

    Total Files

    26

    Last publish

    Collaborators

    • aklin