Closed tomwayson closed 8 years ago
Oh and I added a few Travis CI targets. Would be good to wire this up to Travis now that the tests are passing to get that feedback for future PRs.
Is this ready to merge? I went ahead and added you as a collaborator for the repo. I think that gives you merge access. Let me know if it works.
Thanks! @tomwayson!
@odoe thanks for the :key:s!
Would be great to set up travis now that we've got passing tests, but I'm pretty sure that only you can do that.
@odoe
also, prob should tag a release now that this is merged as it did slightly change app behavior in addition to adding tests.
When working on #13 I noticed that running the generator's own mocha tests failed. I fixed the failing test and then added tests to check for copied files and templated content. This will help w/ developing #10.
Also, I changed the default package name to be dasherized ("my-app") instead of classified (MyApp) b/c npm no longer accepts caps in the package names.