Generates a TypeSwarm project.
First, install Yeoman and generator-typeswarm using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-typeswarmThen generate a new TypeSwarm project:
yo typeswarmTo generate a reusable TypeSwarm package, use the following command:
yo typeswarm:package