0.2.0 • Published 8 years ago

@atlas.js/core v0.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
8 years ago

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

0.2.0

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago