0.3.0 • Published 3 years ago

generator-digga v0.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

generator-digga NPM version Build Status Dependency Status Coverage percentage

A scaffold for a Node.js REST API

Getting started

First, install Yeoman and generator-digga using npm (we assume you have pre-installed node.js).

Node v10 or above is required.

npm install -g yo
npm install -g generator-digga

Then generate your new project:

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

All the applications generated are coming with those perks:

  • Express server
    • Express Router
    • Body parser
    • Cors
  • Travis CI
  • Prettier custom rules for linting
  • Axios
  • Router module

Further, it is possible to include additional capability as described below:

Options

  • Boostrap with or without database. It currently supports:
    • Mongo
    • More coming soon ...
  • Add external API boilerplate
    • Open Weather
    • Auth0
    • More coming soon...

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Ugo Briasco