https://github.com/davidthorn/node
This is a very simple install script which you can use to initiate a typescript project which uses mocha, chai, typescript and git.
https://github.com/davidthorn/node
Last synced: 11 months ago
JSON representation
This is a very simple install script which you can use to initiate a typescript project which uses mocha, chai, typescript and git.
- Host: GitHub
- URL: https://github.com/davidthorn/node
- Owner: davidthorn
- License: mit
- Created: 2018-12-08T04:16:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T14:19:40.000Z (over 7 years ago)
- Last Synced: 2025-03-26T13:29:27.336Z (about 1 year ago)
- Language: JavaScript
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typescript - NPM - Mocha - Chai - Package Creator
This is a very simple install script which you can use to initiate a typescript project which uses mocha, chai, typescript and git.
It will create all of the required standard boiler plate files which you need and also commit the initial state of your project.
## Usage
```bash
git clone https://github.com/davidthorn/node
mkdir # Your project folder
cd
../node/install.sh
```