GitXplorerGitXplorer
s

tb_migration

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

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]