Coder Social home page Coder Social logo

hakoniwa's Introduction

Hakoniwa

Miniature wonder toolbox for front-end development.

Warning: Early stage of development now!

Initial Design

  1. can works with or contains a proxy that proxy the requests and the responses of your program.
  2. can define schema to test that:
    • contains mock data or other development resources.
    • defines api pattern, such as protocol, host, port, path, body, etc, or pattern of other resources.
    • contains one or more test scripts (e2e or unit)
  3. controller that can input test schema, recognize the api pattern and cooperate with the proxy to feed mock data when your program needs, then run test scripts to test your program

Install

npm install --save-dev hakoniwa cypress cross-env webpack typescript ts-loader @cypress/webpack-preprocessor
hakoniwa-cli init

Run

hakoniwa-cli open

RoadMap

Version 0.2.0

  • Advanced proxy functions
    • Proxy values supports
    • HTTPS supports
    • Enable HTTP2
    • Simple empty response and binary response support
  • Tracking logging validation
    • Basic tools
    • Advance validation
  • Release helper
    • Release observer
    • Auto remove console and debugger when releasing
  • Debugging mode
    • Bundle version checker
    • invoke, spy and stub of libraries such as react
      • React support
        • Basic
      • Vue support
      • Angular support
  • Advanced signing in and authentication
  • Better command line tools

Version 0.1.0

  • Basic signing in and authentication
  • Basic proxy controlling
    • Start/Stop proxy service
    • Edit literal proxy rule
    • Get proxy data info
    • Clear proxy rules
    • Enable multi-rules
    • Proxy switching
  • Basic rules controlling
  • Auto hide scrollbar - to simulate a mobile phone

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.