1.4.2 • Published 3 years ago

@skypager/helpers-repl v1.4.2

Weekly downloads
607
License
MIT
Repository
github
Last release
3 years ago

Skypager REPL Helper

Provides an enhanced REPL which loads the skypager runtime in the context of your current project.

This helper is automatically loaded for the Skypager Node Runtime

CLI Usage

To use the REPL Helper, you can just run the console command with Skypager CLI

$ skypager console

Node Usage

const runtime = require('@skypager/node')
const repl = runtime.repl('interactive')

async function main() {
  await repl.launch({
    runtime,
    whatever: 'you pass to launch will be defined in the repl'
  })
}

main()
1.4.2

3 years ago

1.4.0

3 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.0.1-alpha.1

5 years ago

0.4.11

5 years ago

0.4.0

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.4

5 years ago

0.2.1

5 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.0

6 years ago

0.0.22

6 years ago

0.0.12

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago