estrattonbailey / babel-typescript-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-typescript-test

Works

  1. Clone this repo and install dependencies.
  2. Try node bin.js
  3. npm link
  4. npx babel-typescript-test
  5. /usr/local/bin/babel-typescript-test

Does not work

  1. Create a new node project
  2. npm i babel-typescript-test
  3. npx babel-typescript-test
  4. ./node_modules/.bin/babel-typescript-test
  5. node ./node_modules/babel-typescript-test/bin.js

About


Languages

Language:JavaScript 72.4%Language:TypeScript 27.6%