New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tick-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tick-cli

Quick and easy REPL for DevTools Console, with live reload, module loading and babel transpilation.

latest
Source
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

tick

Quick and easy REPL for DevTools Console, with live reload, module loading and babel transpilation.

npx tick-cli ./script.js

Example

Example

For testing purposes, and general DevTools console hacking.
If you use a lot of console, snippets or workspace this could be a nice alternative.
Great for testing APIs (like Postman, just via scripting).

  • Supports ES6 modules (e.g., import { first } from 'lodash').
  • Supports "env" from Babel (e.g., async/await) out of box.
  • Cross-browser support.
  • Works on HTTPS-sites without certificate hassle.
  • Script is injected on-save (note, it is not HMR, scripts are never cleared, setInterval will exist forever).
  • Scripts are just files, so git works great.

License

MIT © Eirik Brandtzæg

FAQs

Package last updated on 19 Feb 2018

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