0.1.4-rc.1 • Published 3 years ago

hakoniwa v0.1.4-rc.1

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

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 - x 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