How to use the @architect/sandbox.cli function in @architect/sandbox

To help you get started, we’ve selected a few @architect/sandbox examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github architect / architect / src / sandbox / cli.js View on Github external
#!/usr/bin/env node
let sandbox = require('@architect/sandbox')
let ver = require('../../package.json').version
let options = process.argv
let params = {
  options,
  version: `Architect ${ver}`
}
sandbox.cli(params)

@architect/sandbox

Architect dev server: run full Architect projects locally & offline

Apache-2.0
Latest version published 29 days ago

Package Health Score

75 / 100
Full package analysis

Similar packages