UNPKG

create-mock-backend

Version:

This is npx starter package for installing your favourite backend template for mockBee.

6 lines (5 loc) 123 B
export default () => { throw new Error( "mockBee is a CLI tool only. Run `npx create-mock-backend` instead!" ); };