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.1.5-dev14
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-21.43%
Maintainers
1
Weekly downloads
 
Created
Source

ClickGo

ClickGo

npm version npm version npm version License GitHub issues GitHub Releases GitHub Pre-Releases

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.4.4/dist/loader.min.js?path=index&npm={'clickgo':'3.1.5-dev14'}"></script>

index.js

import * as clickgo from 'clickgo';
(async function() {
    await clickgo.init();
    await clickgo.task.run('xxx');
})().catch((e) => {
    console.log(e);
});

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.

Keywords

FAQs

Package last updated on 19 Dec 2022

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