Ambitious, flexible, (mostly) unopinionated form helpers.
Command-line:
$ ember install @tastyworks/ember-ambitious-forms
Template:
To request changes, please fork this project and create a PR from that.
ember serve
- Visit your app at http://localhost:4200.
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
Github Actions will automatically package the module whenever the package.json version is bumped and version tag is created in the postversion
script.
After merging your PR to master:
git checkout master
git pull && git push # to ensure local and remote match
npm version <major|minor|patch>