1.0.0 ā€¢ Published 4 years ago

@graphene-system/bundler v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

@graphene-system/bundler

Bundler used for libraries in the Graphene Design System.

šŸš€ Getting started

Project installation

To install @graphene-system/bundler in your project, you will need to run the following command using Yarn:

yarn add @graphene-system/bundler

If you prefer npm, use the following command instead:

npm install -S @graphene-system/bundler

Typings are already included inside the package.

Global CLI tool installation

To install @graphene-system/bundler globally in your system, you will need to run the following command using Yarn:

yarn global add @graphene-system/bundler

If you prefer npm, use the following command instead:

npm install -g @graphene-system/bundler

āš™ļø Usage

You can use the command graphene-builder help to learn how to use the CLI tool:

āÆ graphene-bundler help

Usage: graphene-bundler <command> [options]

Options:
  -V, --version                       output the version number
  -h, --help                          output usage information

Commands:
  check [options] <glob>              check that each file can be compiled
  inline [options]                    inline sass dependencies from
                                      package.json in a target folder
  measure [options] <glob>            measure the compiled size of your
                                      package(s)
  bundle [options] <entrypoint>       bundle the given .js entrypoint
  bundle:scss [options] <entrypoint>  bundle the given .scss entrypoint

šŸ™Œ Contributing

We're always looking for new contributors to help us fix bugs, create new features, or help us improve the project documentation. If you're interested, please, check out our Contributing Guide!

šŸ“ License

The module @graphene-system/bundler is licensed under the Apache 2.0 License.