UNPKG

@stuntman/server

Version:

Stuntman - HTTP proxy / mock server with API

9 lines (5 loc) 159 B
#!/usr/bin/env node import { Mock } from '../mock'; import { stuntmanConfig } from '@stuntman/shared'; const mock = new Mock(stuntmanConfig); mock.start();