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
- Host: GitHub
- URL: https://github.com/tiaanduplessis/parcel-plugin-asset-copier
- Owner: tiaanduplessis
- Created: 2018-08-06T11:41:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T01:05:36.000Z (over 3 years ago)
- Last Synced: 2025-07-05T04:09:55.946Z (4 months ago)
- Topics: parcel, parcel-bundler, parcel-plugin
- Language: JavaScript
- Size: 376 KB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parcel-plugin-asset-copier
[](https://npmjs.org/package/parcel-plugin-asset-copier)
[](https://npmjs.org/package/parcel-plugin-asset-copier)
[](https://github.com/RichardLitt/standard-readme)
[](https://npmjs.org/package/parcel-plugin-asset-copier)
[](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