2.1.2 • Published 5 years ago

@atlas.js/repl v2.1.2

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

@atlas.js/repl

This package contains an action which allows you to drop into an interactive shell (REPL) with the application exposed as atlas on the console.

Usage

import { Atlas } from '@atlas.js/atlas'
import { Action as Repl } from '@atlas.js/repl'

atlas.action('repl', Repl)
await atlas.prepare() // or atlas.start(), up to you
// Drop into REPL! 🚀
// Just hit ctrl+c to quit escape from the prompt
await atlas.actions.repl.enter()

License

See the LICENSE file for information.

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.1.0-alpha.7

5 years ago

2.1.0-alpha.6

5 years ago

2.1.0-alpha.5

5 years ago

2.1.0-alpha.4

5 years ago

2.1.0-alpha.3

5 years ago

2.1.0-alpha.2

5 years ago

2.1.0-alpha.1

5 years ago

2.1.0-alpha.0

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago