Socket
Socket
Sign inDemoInstall

generator-digga

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-digga

A scaffold for REST API


Version published
Weekly downloads
26
decreased by-38.1%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 03 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc