UNPKG

react-codemod

Version:
16 lines (11 loc) 331 B
#!/usr/bin/env node /** * Copyright 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ // react-codemod optional-name-of-transform optional/path/to/src [...options] require('./cli').run(); // todos - T47512015