Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@eveble/core

eveble4MIT1.1.8TypeScript support: included

Core architecture for Eveble applications

readme

@eveble/core


Core architecture for Eveble applications

Requirements

Installation

To use @eveble/core with your Eveble app:

npm install @eveble/core

or

yarn add @eveble/core

You'll also need to install Eveble.

Complementary Packages

Most likely, you'll also need the Eveble testing framework:

npm install @eveble/eveble
npm install --save-dev @eveble/testing

Create a Eveble App

The recommended way to start new apps with Eveble is by using the official Eveble boilerplate:

# Clone the repository
$ git clone https://github.com/eveble/eveble-boilerplate.git <YOUR_PROJECT_NAME>
# Go into the repository
$ cd <YOUR_PROJECT_NAME>
# Run setup
$ npm run setup

Documentation

The @eveble/core docs are now published at https://eveble.github.io/core .

License

MIT

changelog

1.1.8 (2023-04-21)

Bug Fixes

  • github: update pr.yml (c817127)
  • github: update release.yml (3c40ee3)

1.1.7 (2023-04-20)

Bug Fixes

  • github: update release.yml (12acda0)

1.1.6 (2023-04-19)

Bug Fixes

  • github: update release.yml (f043c73)

1.1.5 (2023-04-19)

Bug Fixes

  • github: update release.yml (c8991ad)
  • github: update release.yml (d0a6d5c)
  • github: update release.yml (5158a42)
  • github: update release.yml (dd8912c)
  • github: update release.yml (cd6e300)
  • github: update release.yml (f54ff52)
  • github: update release.yml (bc4a33f)
  • github: update release.yml (2056b48)
  • github: update release.yml (68b68d4)
  • github: update release.yml (836cc30)

1.1.4 (2023-04-19)

Bug Fixes

  • github: update release.yml (d4f9fab)
  • github: update release.yml (8025289)
  • github: update release.yml (c0fa27b)

1.1.3 (2023-04-19)

Bug Fixes

  • github: update release.yml (27827cb)
  • github: update release.yml (dda864a)

1.1.2 (2023-04-18)

Bug Fixes

  • github: update release.yml (a47a5b1)
  • github: update release.yml (b5103bb)
  • github: update release.yml (f7731a4)

1.1.1 (2023-04-17)

Bug Fixes

  • github: update github release.yml (88cb763)
  • typedoc: update typedoc.json for v0.23 (84413c6)

1.1.0 (2023-04-12)

Bug Fixes

  • github: update release.yml action (55db564)
  • github: update release.yml action (a77c02f)
  • github: update release.yml action (3381b0c)

Features

  • github: add docs to release.yml action (6fd5d8a)
  • github: add docs to release.yml action (a17acd1)

1.0.18 (2023-04-12)

Bug Fixes

  • github: update release.yml action (7e1deb7)

1.0.17 (2023-04-12)

Bug Fixes

  • update github release action (143d8d5)

1.0.16 (2023-04-12)

Bug Fixes

1.0.15 (2023-04-12)

Bug Fixes

  • update lockfile yarn.lock (69b18e7)

1.0.14 (2023-04-12)

Bug Fixes

  • update lockfile yarn.lock (ff090c4)

1.0.13 (2023-04-12)

Bug Fixes

  • update lockfile yarn.lock (18b3b80)
  • update lockfile yarn.lock (7b6c372)
  • update lockfile yarn.lock (d06c245)

1.0.12 (2023-04-12)

Bug Fixes

1.0.11 (2023-04-09)

Bug Fixes

1.0.10 (2023-04-09)

Bug Fixes

1.0.9 (2023-04-09)

Bug Fixes

1.0.8 (2023-04-09)

Bug Fixes

  • github: update actions (3658f4e)
  • github: update actions (33a0d65)
  • package: add registry to publishConfig (06593a2)

1.0.8 (2023-04-09)

Bug Fixes

  • github: update actions (33a0d65)
  • package: add registry to publishConfig (06593a2)

1.0.7 (2023-04-09)

Bug Fixes

1.0.6 (2023-04-09)

Bug Fixes

  • github: semantic-release (69b2aeb)

1.0.5 (2023-04-09)

Bug Fixes

  • deps: bump cross-env to v7.0.3 (49ad054)

1.0.4 (2023-04-09)

Bug Fixes

  • deps: bump nyc to v15.1.0 (1d2cd97)

1.0.3 (2023-04-09)

Bug Fixes

1.0.2 (2020-07-22)

Bug Fixes

  • exports: add BINDINGS & METADATA_KEYS exports (a303cc7)

1.0.1 (2020-07-22)

Bug Fixes

  • add missing kernel error exports (d6fdb4a)

1.0.0 (2020-07-22)

Features