omnia-bundler
v1.0.36
Published
An in place code transpiler to be used in multi page sites
Downloads
11
Readme
omnia-bundler
An in place code transpiler to be used in multi page sites
WIP!! DO NOT USE!!
Usage
Requirements
Each configuration will need it's own local dependencies.
To get started with React:
$ npm install --save-dev omnia-bundler @babel/preset-env @babel/preset-react babel-loader (to add flow) babel-preset-flow
To get started with Preact:
$ npm install --save-dev omnia-bundler @babel/preset-env @babel/plugin-transform-react-jsx babel-loader (to add flow) babel-preset-flow
To get started with Vue:
$ npm install --save-dev omnia-bundler @babel/preset-env vue-loader babel-loader style-loader css-loader (to add prop decorators) vue-property-decorator @babel/plugin-proposal-decorators @babel/plugin-proposal-class-properties
$ npm install -g omnia-bundler
$ omnia-bundler COMMAND
running command...
$ omnia-bundler (-v|--version|version)
omnia-bundler/1.0.35 darwin-x64 node-v10.13.0
$ omnia-bundler --help [COMMAND]
USAGE
$ omnia-bundler COMMAND
...
Commands
omnia-bundler help [COMMAND]
omnia-bundler preact [FILE]
omnia-bundler react [FILE]
omnia-bundler vue [FILE]
omnia-bundler help [COMMAND]
display help for omnia-bundler
USAGE
$ omnia-bundler help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
omnia-bundler preact [FILE]
describe the command here
USAGE
$ omnia-bundler preact [FILE]
OPTIONS
-D, --development
-h, --help show CLI help
-w, --flow Adds flow configuration
See code: src/commands/preact.ts
omnia-bundler react [FILE]
describe the command here
USAGE
$ omnia-bundler react [FILE]
OPTIONS
-D, --development
-h, --help show CLI help
-w, --flow Adds flow configuration
See code: src/commands/react.ts
omnia-bundler vue [FILE]
describe the command here
USAGE
$ omnia-bundler vue [FILE]
OPTIONS
-D, --development
-h, --help show CLI help
-p, --prop-decorator
See code: src/commands/vue.ts