@smallbatchsolutions/gin
v0.0.9
Published
Simple bootstrapping of a node application
Downloads
6
Readme
Gin - A Node App Generator
Description
This tool helps scaffold a basic Node application with TypeScript and Jest configured.
Usage
# Install the package globally
npm install -g @smallbatchsolutions/gin
# Creating a project called mash
smallbatch-gin create project mash
# Creating a library called mash
smallbatch-gin create library mash
