UNPKG

pruno-cli

Version:

A CLI tool for scaffolding projects that use the pruno build tool and a generator for creating components.

7 lines (5 loc) 141 B
import {Collection} from "backbone"; import ItemModel from "../models/ItemModel"; export default Collection.extend({ model: ItemModel });