Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clickgo

Package Overview
Dependencies
Maintainers
0
Versions
204
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.16.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
47
increased by176.47%
Maintainers
0
Weekly downloads
 
Created
Source

ClickGo

ClickGo

License NPM stable version GitHub 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.8/dist/loader.min.js?path=index&npm={'clickgo':'3.16.1'}"></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

After installing with NPM, you'll get code hints.

$ npm i clickgo --save-dev

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

Empty

Empty icons created by Ghozi Muhtarom - Flaticon

Greatlist

Empty icons created by Ghozi Muhtarom - Flaticon

Img

No photo icons created by kerismaker - Flaticon

Icon

Identity icons created by Ghozi Muhtarom - Flaticon Truck icons created by Freepik - Flaticon

LICENSE: MIT License AUTHOR: sigurdarson

Delete

Close SVG Vector

Tag

Close SVG Vector

Date

Close SVG Vector

Daterange

Close SVG Vector

Drawer

Close SVG Vector

Form

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

Levelselect

Key Up SVG Vector

Menulist Item

Check SVG Vector

Nav

Menu SVG Vector

Page

More Horizontal SVG Vector

Arteditor

Plus SVG Vector

Uploader

Plus SVG Vector Trash SVG Vector

Video

Play SVG Vector
Pause SVG Vector
Border Radius SVG Vector
Copy SVG Vector

Select

Close SVG Vector

LICENSE: CC Attribution License AUTHOR: krystonschwarze

Uploader

Drag Vertical 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

Icon

Question Circle SVG Vector
Info Circle SVG Vector

LICENSE: CC0 License UPLOADER: SVG Repo

Iconview

Folder SVG Vector
File SVG Vector

LICENSE: MIT License AUTHOR: instructure-ui

Arteditor

Bold SVG Vector
Italic SVG Vector

LICENSE: CC Attribution License AUTHOR: Dazzle UI

Text

Eye Slash Alt SVG
Eye Alt SVG Vector

Keywords

FAQs

Package last updated on 17 Dec 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc