1.0.36 • Published 5 years ago

omnia-bundler v1.0.36

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.35

5 years ago

1.0.34

5 years ago

1.0.33

5 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago