-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.06 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: packer
Title: An Opinionated Framework for Using 'JavaScript'
Date: 2022-05-28
Version: 0.1.3.9000
Authors@R:
person(given = "John",
family = "Coene",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6637-4107"))
Description:
Enforces good practice and provides convenience functions to make work with 'JavaScript'
not just easier but also scalable. It is a robust wrapper to 'NPM', 'yarn', and 'webpack' that
enables to compartmentalize 'JavaScript' code, leverage 'NPM' and 'yarn' packages, include
'TypeScript', 'React', or 'Vue' in web applications, and much more.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
fs,
cli,
usethis,
jsonlite,
roxygen2,
rprojroot,
rstudioapi,
assertthat,
htmlwidgets
URL: https://github.com/JohnCoene/packer, https://packer.john-coene.com
BugReports: https://github.com/JohnCoene/packer/issues
Suggests:
testthat,
covr,
golem