UNPKG

@gameroom/cli

Version:

A command line tool for Gameroom

7 lines (5 loc) 193 B
const { models: { Selection } } = require('../emporium') module.exports = async () => { let selections = await Selection.get() for (let selection of selections) await selection.delete() }