Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugo committed Jan 2, 2021
1 parent 6c7b06d commit 53ccf12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# generator-digga [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]

> A scaffold for REST API
A scaffold for REST API

## Installation
## Getting started

First, install [Yeoman](http://yeoman.io) and generator-digga using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).

Expand All @@ -16,8 +16,18 @@ Then generate your new project:
```bash
yo digga
```

"Yo Digga" is the Northern German way to say "Hi bro". The word is derived from the German word Dicker, which, in this context, means close friend.

### Features

- Bootrap with or without DB, including:
- Mongo
- More coming soon ...
- Add external API boilerplate
- Open Weather
- More coming soon...

## Getting To Know Yeoman

- Yeoman has a heart of gold.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-digga",
"version": "0.0.0",
"version": "0.2.0",
"description": "A scaffold for REST API",
"homepage": "",
"author": {
Expand Down

0 comments on commit 53ccf12

Please sign in to comment.