Open 3cp opened 4 years ago
Export can be showing user a command, something like this
npx makes dumberjs exported-folder-name -s aurelia,jasmine --gist 012345
To make it happen, few enhancements are needed for https://github.com/dumberjs/new
--gist 012345
.If user import an app (setup with dumber bundler) (for example, the exported app from dumber-gist, or any app generated by npx makes dumberjs
).
src/
and test/
, ignore rest of the files like gulpfile.js
._index.html
as index.html
.run-tests.html
, but only for jasmine, mocha, or tape.
Export to a zip or tar.gz file. Import from zip or tar.gz file.
Ideally, provide option to export an app ready to run in local env. It means to add gulpfile for dumber, add devDeps and scripts in package.json.
The import should skip the gulpfile and various parts of package.json