README.md

# parcel [docs](https://parcel.john-coene.com) Interact with [parcel](https://parceljs.org) from R, supports [npm](https://github.com/JohnCoene/npm) and [yarn](https://github.com/JohnCoene/yarn).

Installation

# install.packages("remotes")
remotes::install_github("JohnCoene/parcel")

Example

Parcel is much less hands-on than packer.

library(parcel)

# create a package
usethis::create_package("testParcel")
setwd("testParcel")

# use parcel
set_engine("yarn") # defaults to npm
scaffold_parcel()


JohnCoene/parcel documentation built on Feb. 15, 2021, 12:42 p.m.