[comment]: <> (SPDX-License-Identifier: AGPL-3.0)

[comment]: <> (-------------------------------------------------------------)
[comment]: <> (Copyright © 2024, 2025  Pellegrino Prevete)
[comment]: <> (All rights reserved)
[comment]: <> (-------------------------------------------------------------)

[comment]: <> (This program is free software: you can redistribute)
[comment]: <> (it and/or modify it under the terms of the GNU Affero)
[comment]: <> (General Public License as published by the Free)
[comment]: <> (Software Foundation, either version 3 of the License.)

[comment]: <> (This program is distributed in the hope that it will be useful,)
[comment]: <> (but WITHOUT ANY WARRANTY; without even the implied warranty of)
[comment]: <> (MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the)
[comment]: <> (GNU Affero General Public License for more details.)

[comment]: <> (You should have received a copy of the GNU Affero General Public)
[comment]: <> (License along with this program.)
[comment]: <> (If not, see <https://www.gnu.org/licenses/>.)

# Crash JavaScript Webpack ('crash-js-webpack')

Meta-module which can be required in order to
automatically install the modules needed
to include programs written using the
[Crash Javascript](
  https://github.com/themartiancompany/crash-js)
in
[Webpacks](
  https://webpackjs.org).

## Installation

The module in this source repo
can be installed from source using GNU Make.

```bash
make \
  install
```

or from the
[NPM Registry](
  https://www.npmjs.com/package/crash-js-webpack)

```bash
npm \
  install \
    "crash-js-webpack"
```

The library is officially published on the
the uncensorable
[Ur](
  https://github.com/themartiancompany/ur)
user repository and application store as
`libcrash-js`.
The source code is published on the
[Ethereum Virtual Machine File System](
  https://github.com/themartiancompany/evmfs)
so it can't possibly be taken down.

To install it from there just type

```bash
ur \
  libcrash-js-webpack
```

A censorable HTTP Github mirror of the recipe published there
is hosted on
[libcrash-js-webpack-ur](
  https://github.com/themartiancompany/libcrash-js-webpack-ur).
Be aware it could go offline any time.

## Documentation

The manual can be accessed with

```bash
man \
  crash-js-webpack
```

## License

The Crash JavaScript Webpack module is released by Pellegrino Prevete
under the terms of the GNU Affero General Public License version 3.
