New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clickgo

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clickgo

Background interface, software interface, mobile phone APP interface operation library.

3.6.7
npm
Version published
Weekly downloads
11
-21.43%
Maintainers
1
Weekly downloads
 
Created
Source

ClickGo

ClickGo

License NPM stable version NPM beta version NPM development version
GitHub releases GitHub pre-releases GitHub issues

Quickly and easily create a beautiful console interface.

Installation

Load the module loader first, and then load it using the module loader.

index.html

<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.0/dist/loader.min.js?path=index&npm={'clickgo':'3.6.7'}"></script>

index.js

import * as clickgo from 'clickgo';
class Boot extends clickgo.AbstractBoot {
    public async main(): Promise<void> {
        await clickgo.task.run('xxx');
    }
}
clickgo.launcher(new Boot());

NPM

You can install directly using NPM:

$ npm i clickgo --save

Or install the developing (unstable) version for newest features:

$ npm i clickgo@dev --save

Note

ClickGo demand loading Vue, jszip, resize-observer, but DO NOT reference these JS and CSS files. ClickGo will automatically reference. You only need to import "clickgo" module.

Demo

Clone and visit "dist/test/index.html".

Click here to visit online.

Changelog

Changelog

License

This library is published under Apache-2.0 license.

Third-party licenses

LICENSE: MIT License AUTHOR: sigurdarson

Form

Minus SVG Vector
Copy SVG Vector
Border Radius SVG Vector
Close SVG Vector

Greatlist

Document Remove SVG

Levelselect

Key Up SVG Vector

Menulist Item

Check SVG Vector

Nav

Menu SVG Vector

Page

More Horizontal SVG Vector

LICENSE: MIT License AUTHOR: developmentseed

Map

Marker SVG Vector

LICENSE: CC Attribution License AUTHOR: Solar Icons

Property

Siderbar SVG Vector
Sort By Alphabet SVG Vector
Notification Unread Lines SVG
Bolt SVG Vector

LICENSE: CC0 License UPLOADER: SVG Repo

Iconview

Folder SVG Vector File SVG Vector

Keywords

deskrt

FAQs

Package last updated on 01 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts