Git Product home page Git Product logo

bulkan's Introduction

bulkan

oclif Version Downloads/week License

Bulkan is a dependency bundler/loader for node focused on working anywhere and loading fast.

Usage

npm i bulkan

To build a bundle from within your project root:

npm i # to ensure node_modules is where you want it
npx bulkan build

To use bulkan as a run-time loader from the generated bundle.blkn:

node -r bulkan index.js # OR
node -r bulkan/register index.js # OR for verbose output of dependency resolution+compiling:
node -r bulkan/register/verbose index.js

For more information on the included CLI, read on!

$ npm install -g bulkan
$ bulkan COMMAND
running command...
$ bulkan (-v|--version|version)
bulkan/0.0.1 linux-x64 node-v12.2.0
$ bulkan --help [COMMAND]
USAGE
  $ bulkan COMMAND
...

Commands

bulkan build [CWD]

build a bundle

USAGE
  $ bulkan build [CWD]

OPTIONS
  -C, --no_compile       don't compile javascript files
  -h, --help             show CLI help
  -o, --outfile=outfile  [default: bundle.blkn] output file for the generated bundle.

EXAMPLE
  $ bulkan build

See code: dist/commands/build.ts

bulkan help [COMMAND]

display help for bulkan

USAGE
  $ bulkan help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Contributing

See CONTRIBUTING.md for details on how to contribute to this project.

This is not an official Google product.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.