olivianate / ehdev-shell

An electron based developing tool for feds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jarvis FOSSA Status


Build Status Codacy Badge GitHub tag Github All Releases David David FOSSA Status

Introduction

Javis aims to provide an easy to use gui tool for developers.

Features

Projects Module

  • Build in webpack engine with easy to understand configiration.
  • Eslint issues viewer.
  • Easy and visualized dependency management.

Dev Environment Setup

  1. Install dependence: ELECTRON_MIRROR=http://npm.taobao.org/mirrors/electron/ npm i.
  2. Precompile the dll bundle: npm run dll-dev.
  3. Start the app: npm run debug or use vscode's debugger

Test the production package locally

  1. Precompile the dll build for production: npm run dll-prod.
  2. Compile the app bundle: npm run build-prod.
  3. npm run pack.

Publish

  1. npm version patch
  2. git push origin v0.x.x master

Possible Issues

License

FOSSA Status

About

An electron based developing tool for feds.

License:MIT License


Languages

Language:JavaScript 86.1%Language:CSS 13.8%Language:HTML 0.1%