1.0.36 • Published 7 years ago

omnia-bundler v1.0.36

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

omnia-bundler

An in place code transpiler to be used in multi page sites

WIP!! DO NOT USE!!

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

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]

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

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.1

7 years ago