parcel-plugin-robot

1.0.0 • Public • Published

parcel-plugin-robot

This plugin will help you copy files without changein them in any way into the destination folder of your build.

All you need to do is install the plugin, and then place all the files you want to copy inside a folder called static, that folder needs to be in the root of the project folder.

This package was first intended to copy robots.txt and humans.txt files, hence the name.

This package needs to be run on Node v8.6.0 or above.

To install run

npm install parcel-plugin-robot --save-dev

Or if you are using yarn(like me!)

yarn add parcel-plugin-robot --dev

Any issues?

If there is some issue with the package, or you believe that some feature will improve it, feel free to open an issue or a pull request.

Additional information

This plugin has no dependencies, and I try to make it as fast and light as possible, feel free to look into the source code, I left as many comments as I could in order to encurage contribution(If needed, TBH its quite a simple plugin).

/parcel-plugin-robot/

    Package Sidebar

    Install

    npm i parcel-plugin-robot

    Weekly Downloads

    83

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    6.61 kB

    Total Files

    8

    Last publish

    Collaborators

    • samuelgozi