tick-cli

1.0.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i tick-cli

Weekly Downloads

0

Version

1.0.8

License

MIT

Unpacked Size

3.23 kB

Total Files

4

Last publish

Collaborators

  • eirikb