ad-hoc-utils
v1.0.0
Published
```bash # Clone this repository git clone https://github.com/rbiggers/ad-hoc-utils.git # Go into the repository cd ad-hoc-utils # Install dependencies npm install # Run the app npm run start # Run the tests npm run test ```
Downloads
5
Readme
ad-hoc-utils
# Clone this repository
git clone https://github.com/rbiggers/ad-hoc-utils.git
# Go into the repository
cd ad-hoc-utils
# Install dependencies
npm install
# Run the app
npm run start
# Run the tests
npm run test