@atlas.js/coredeprecated

A meta-package for @atlas.js with all the important components to get you up and running

Usage no npm install needed!

<script type="module">
  import atlasJsCore from 'https://cdn.skypack.dev/@atlas.js/core';
</script>

README

@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'

// or get it all at once
import * as Atlas from '@atlas.js/core'

Full documentation is available in the main Github repository.

License

See the LICENSE file for information.