@atlas.js/core
A meta-package containing all the important bits and pieces to start working with @atlas.js right away.
This package includes:
Usage
You can import any of the above components as a named import.
import { Application } from '@atlas.js/core'
import { Service } from '@atlas.js/core'
import { Hook } from '@atlas.js/core'
import { Action } from '@atlas.js/core'
import { errors } from '@atlas.js/core'
import * as Atlas from '@atlas.js/core'
Full documentation is available in the main Github repository.
License
See the LICENSE file for information.