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

deskrt

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deskrt

Quickly and easily create a beautiful console interface.

  • 2.0.10
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

DeskRT

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

Quickly and easily create a beautiful console interface.

Installation

Simply download and include with a script tag. DeskRT will be registered as a global variable.

Don’t use the minified version during development. You will miss out on all the nice warnings for common mistakes!

Development Version

<script src="dist/loader.js"></script>

Production Version

<script src="dist/loader.min.js"></script>

CDN (recommend)

Recommended: https://cdn.jsdelivr.net/npm/deskrt@2.0.1/dist/loader.min.js (Less than 3kb minified and gzipped), which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at https://cdn.jsdelivr.net/npm/deskrt/.

Also available on unpkg.

For example:

<script src="https://cdn.jsdelivr.net/npm/deskrt@2.0.1/dist/loader.js"></script>

NPM

You can install directly using NPM:

$ npm i deskrt --save

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

$ npm i deskrt@dev --save

Note

DeskRT demand loading SystemJS, Vue, Vuex, highlight.js, whatwg-fetch and ElementUI, but DO NOT reference these JS and CSS files. DeskRT will automatically reference. You only need to reference "loader.js".

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 27 Jun 2019

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