Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@graphene-system/bundler

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@graphene-system/bundler

Bundler used for libraries in the Graphene Design System

unpublished
latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@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.

Keywords

dragonspark

FAQs

Package last updated on 16 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts