GitXplorerGitXplorer
s

tb_migration

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
d5899ba16043e771ee203b63e535708356b26475

Initial commit of TB Polymer migration tool

sstephanwlee committed 5 years ago

README

The README file for this repository.

To build

npm run build

To test

npm run test
# Or
# npm run test-small

To really use it,

# Globally install it
npm i -g .
tbmigrate [path to ts file]

# I hate installing something on global node_modules!
node tensorboard/tools/migrate/dist/cli.js [path to ts file]