archematics/tools/copyDeps.bash
Glen Whitney 6bcec494e2 chore: Check types.
Enabling type checking involves a full rearrangement of the
  build process, as well as supplying types for some of the
  packages. The X_ITE types are still a work in progress, but
  they are enough for this initial state of the project to
  compile and run.

  Resolves #14.
2023-09-05 23:20:17 -07:00

4 lines
130 B
Bash

# Takes one parameter, the destination directory
mkdir -p $1
cp -rL node_modules/vrml1to97/{deps,vrml1to97,streamToString.js} $1