aframevr-userland / aframe-cli

💻 A command-line tool for building :a: A-Frame WebVR scenes.
MIT License
21 stars 12 forks source link

create `aframe clean` command (to clear directory generated by `aframe build`) #73

Open cvan opened 7 years ago

cvan commented 7 years ago
  1. use clean npm script if found in a package.json in the project directory.
  2. remove the built directory from aframe build (defined in the config file set by --config flag; default: .public)

inspiration: https://ionicframework.com/docs/developer-resources/app-scripts/