This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

generator-http-fake-backend

4.1.0 • Public • Published

npm version Build Status Coverage Status Dependency Status devDependency Status Unicorn

Yeoman generator for http-fake-backend

Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.

     _-----_
    |       |    .--------------------------.
    |--(o)--|    |      Welcome to the      |
   `---------´   |        phenomenal        |
    ( _´U`_ )    |     http-fake-backend    |
    /___A___\    |        generator!        |
     |  ~  |     '--------------------------'
   __'.___.'__   
 ´   `  |° ´ Y ` 

Please check the README of »http-fake-backend« to get detailed information about what it’s all about.

This readme only contains the gist of it and mainly describes Yeoman specific things.

Installation

First, install Yeoman and generator-http-fake-backend using npm (we assume you have pre-installed Node.js 6.0.0 or greater).

# via Yarn 
yarn global add yo
yarn global add generator-http-fake-backend
 
# via npm 
npm install -g yo
npm install -g generator-http-fake-backend

Then generate your fake backend server:

yo http-fake-backend

Generating endpoints

yo http-fake-backend:endpoint

Demo

Please see detailed info regarding how to adjust your endpoints over here: https://github.com/micromata/http-fake-backend

Start the server

npm run start:dev

This way the server uses nodemon to restart itself on changes. This way you dont have to restart the server in case you changed an endpoint.

Getting To Know Yeoman

Yeoman has a heart of gold. He’s a person with feelings and opinions, but he’s very easy to work with. If you think he’s too opinionated, he can be easily convinced. Feel free to learn more about him.

Related

  • http-fake-backend – Static version of the hapi server that this generator creates.

License

MIT © Micromata

Please be aware of the licenses of the components we use in this project. Everything else that has been developed by the contributions to this project is under MIT License.

Package Sidebar

Install

npm i generator-http-fake-backend

Weekly Downloads

6

Version

4.1.0

License

MIT

Unpacked Size

217 kB

Total Files

55

Last publish

Collaborators

  • chrkhl
  • mischah
  • revrng