@callstack/repack-init is a command-line tool that initializes Re.Pack setup in React Native projects or creates a new React Native app with Re.Pack pre-configured.
The tool detects whether it's being run in an existing React Native project or outside of it and decides what to do based on that.

--bundler,-brspack | webpacktrueSpecify the bundler to use.
--custom-version,-cstringlatestSpecify the version of @callstack/repack to install.
--entry,-estringindex.jsPath to the main entry point of the React-Native project.
--format,-fmjs | cjsmjsFormat of the config file.
--verbose,-vbooleanfalseEnable verbose logging.
--versionShow version number.
--helpShow help information.