The following package is a NodeJs repository that acts a starting template for singular NPM Packages built within the Dirt Road Development organization.
- Clone GitHub Repo
git clone git@github.com:Dirt-Road-Development/npm-package-template.git <package-name>
- Enter Directory and Install Node Modules
cd <package-name> && npm install
- Rename package in package.json and update GitHub Urls if applicable.
- Enter into Tests Folder and write your first unit test here