Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaspack/cli

Package Overview
Dependencies
Maintainers
0
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/cli

Blazing fast, zero configuration web application bundler

  • 2.12.1-dev.3356
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Atlaspack

Atlassian license

Atlaspack is the frontend bundler used to build Atlassian products, written in JavaScript and Rust by core contributors of Parcel. It has been engineered to bundle exceptionally large applications and serve the needs of our products. While you are welcome to try out atlaspack, we do not plan to support use-cases outside of Atlassian at this time. Therefore, we advise against using atlaspack in production environments.

[!NOTE] This repository is currently a direct fork of Parcel that will diverge over time to better handle the needs and scale required by Atlassian

Special thanks to Devon for his invaluable contributions, guidance, and wisdom in shaping the foundations of the Atlassian bundler!

Prerequisites

  • Node LTS
  • Rust stable toolchain
  • Yarn v1

Installation

npm install --save-dev @atlaspack/cli

Usage

atlaspack src/index.html

src/index.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Atlaspack App</title>
    <script type="module" src="app.js"></script>
  </head>
  <body>
    <h1>Hello, World!</h1>
  </body>
</html>

src/app.js

console.log('Hello, World!');

Documentation

Check the docs website or the docs folder.

Tests

yarn test

Contributions

Please see CONTRIBUTING.md for details.

License

Copyright (c) 2024 Atlassian US., Inc. Apache 2.0 licensed, see LICENSE file.

Prior to 096a255d54474b58b80c659274c4604ed67c9039 contributions were released under the MIT license, see OLD_LICENSE.


With ❤️ from Atlassian

FAQs

Package last updated on 20 Aug 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc