Skip to content

Commit

Permalink
Add doc contents in template
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpogi5 committed May 14, 2020
1 parent ac52392 commit 5791672
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions templates/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# Your New Project

[![ver](https://img.shields.io/npm/v/@kdcsoftware/create-nodejs?style=for-the-badge)](https://www.npmjs.com/package/@kdcsoftware/create-nodejs)
[![build](https://img.shields.io/github/workflow/status/kdcsoftware/create-nodejs/build?style=for-the-badge)](https://github.com/kdcsoftware/create-nodejs/actions?query=workflow%3Abuild)
[![codecov](https://img.shields.io/codecov/c/github/kdcsoftware/create-nodejs?style=for-the-badge)](https://codecov.io/gh/kdcsoftware/create-nodejs)
[![size](https://img.shields.io/bundlephobia/min/@kdcsoftware/create-nodejs?style=for-the-badge)](https://bundlephobia.com/result?p=@kdcsoftware/create-nodejs)
[![license](https://img.shields.io/github/license/kdcsoftware/create-nodejs?style=for-the-badge)](https://github.com/kdcsoftware/create-nodejs/blob/master/LICENSE)
<!-- Sample badge -->
<!-- [![license](https://img.shields.io/github/license/kdcsoftware/create-nodejs?style=for-the-badge)](https://github.com/kdcsoftware/create-nodejs/blob/master/LICENSE) -->

Describe your project here

## Usage
## Available Scripts

### Build

```bash
npm run build
```

### Lint

```bash
npm run lint
```

### Test

```bash
npm test
```

### Watch

```bash
npm run watch
```

### Coverage

```bash
npx @kdcsoftware/create-nodejs package-name
npm run coverage
```

0 comments on commit 5791672

Please sign in to comment.