We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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).
npx makes dumberjs
src/
test/
gulpfile.js
_index.html
index.html
run-tests.html
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: