An open API service indexing awesome lists of open source software.

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.

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
```