UNPKG

apo-boilerplate

Version:

This tool is meant to help in the generation of initial projects for the majority of the API centric course work. It has a CLI interface that allows students to create a useful base application for labs and for final projects.

8 lines (6 loc) 89 B
#! /usr/bin/env node const m = { text: "hello", sender: "Me" }; console.log(m);