Giter Site home page Giter Site logo

gitter-badger / pretty Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jack-q/pretty

0.0 0.0 0.0 4.47 MB

PreTTY is prettier than PuTTY

Home Page: https://git.io/pretty

License: MIT License

TypeScript 75.49% CSS 11.62% HTML 0.48% JavaScript 12.41%

pretty's Introduction

PreTTY

PreTTY is prettier than PuTTY

Project Management & Documentation

Most document for this project should be managed via Git and hosted centrally on GitHub.

Project Wiki contains project management relevant documents. Please refer to Project Wiki (follow the instructions in Wiki pages for updating project document).

Detailed tasks for current project is briefly listed in Projects Section. For functionality that requires further discussion and planning, create an issue in Issues Section.

Development Setup

Install

# clone this repo
git clone https://github.com/Jack-Q/PreTTY.git
cd PreTTY

# install dependencies
# requires a node version >= 6 and an npm version >= 3
npm install

Execute

# execute in development mode
# Chrome DevTools can be enable via F12 / Ctrl+Shift+I / Cmd+Alt+I
npm run dev

# execute in production-ready mode
npm run build && npm run start

note: on the first time of execution in development mode, it will try to install several DevTools extension from Chrome Extension Store.

Test

# unit test
npm run test

# e2e test
npm run build && npm run test-e2e

A simple SSH server is provide in this repo with extremely limited functionality, which can be used to test part of functionality of main program.

npm run ssh-server

Build / Package

# package for current platform
npm run package

note: Package process done by electron-builder


Licensed under MIT.

pretty's People

Contributors

jack-q avatar

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.