UNPKG

create-caccl

Version:

Initializes a new caccl-based Canvas LTI app project.

9 lines (8 loc) 265 B
/** * Write a package json file * @author Gabe Abrams * @param filename filename for the package.json * @param contents contents of the package.json */ declare const writePackageJSON: (filename: string, contents: any) => void; export default writePackageJSON;