UNPKG

406 BJavaScriptView Raw
1export default `
2Pacpan helps you package and run panels apps with as little configuration as needed.
3
4Development is the default mode of operation. It is what happens when you run "pacpan".
5
6You can target multiple apps at once, just run: "pacpan . ../path/to/another/app".
7Notice the first ".", it means that you want to target this directory as an app too.
8
9"pacpan bundle" bundles the assets for you.`