An open API service indexing awesome lists of open source software.

https://github.com/tiaanduplessis/parcel-plugin-asset-copier

Copy static assets to your bundle dir
https://github.com/tiaanduplessis/parcel-plugin-asset-copier

parcel parcel-bundler parcel-plugin

Last synced: 15 days ago
JSON representation

Copy static assets to your bundle dir

Awesome Lists containing this project

README

          

# parcel-plugin-asset-copier
[![package version](https://img.shields.io/npm/v/parcel-plugin-asset-copier.svg?style=flat-square)](https://npmjs.org/package/parcel-plugin-asset-copier)
[![package downloads](https://img.shields.io/npm/dm/parcel-plugin-asset-copier.svg?style=flat-square)](https://npmjs.org/package/parcel-plugin-asset-copier)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
[![package license](https://img.shields.io/npm/l/parcel-plugin-asset-copier.svg?style=flat-square)](https://npmjs.org/package/parcel-plugin-asset-copier)
[![make a pull request](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

Copy static assets to your bundle dir

## Table of Contents

- [parcel-plugin-asset-copier](#parcel-plugin-asset-copier)
- [Table of Contents](#table-of-contents)
- [Install](#install)
- [Usage](#usage)
- [Contribute](#contribute)
- [License](#license)

## Install

Install the package locally within you project folder with your package manager:

With `npm`:
```sh
npm install parcel-plugin-asset-copier
```

With `yarn`:
```sh
yarn add parcel-plugin-asset-copier
```

With `pnpm`:
```sh
pnpm add parcel-plugin-asset-copier
```

## Usage

Add a `assetsPath` property to your `package.json`. See [package.json](package.json) for example.

## Contribute

1. Fork it and create your feature branch: git checkout -b my-new-feature
2. Commit your changes: git commit -am 'Add some feature'
3. Push to the branch: git push origin my-new-feature
4. Submit a pull request

## License

MIT