Cody A. Taylor
Cody A. Taylor
He uses several boilerplate repositories. * [node-module-boilerplate](https://github.com/sindresorhus/node-module-boilerplate) ([generator](https://github.com/sindresorhus/generator-nm)) * [gulp-plugin-boilerplate](https://github.com/sindresorhus/gulp-plugin-boilerplate) ([generator](https://github.com/sindresorhus/generator-gulp-plugin-boilerplate)) * [electron-boilerplate](https://github.com/sindresorhus/electron-boilerplate) ([generator](https://github.com/sindresorhus/generator-electron)) * [appveyor-node](https://github.com/sindresorhus/appveyor-node) I might have missed something, but the point is, he uses a starting boilerplate...
I'm not sure, guess I missed that bit. Travis-ci does have an [API endpoint](https://developer.travis-ci.com/resource/repository#activate) for that purpose. Edit: Travis-ci links to their .com domain for documentation, but the [same page](https://developer.travis-ci.org/resource/repository#activate)...
It seems like semantic-release and [np][] have similar goals? [np]: https://github.com/sindresorhus/np "better npm publish"
Basically, he has little to no debt. Then he decided he wanted to work on open source all the time. See https://github.com/sindresorhus/ama/issues/253#issuecomment-147507970 and #14
You have provided zero information. The "canvas.node" file is native code that must be compiled on your machine before `require` is able to load it. You have also filed a...
Would you rather that the name be used as is or converted to [camelcase](https://www.npmjs.com/package/camelcase)? Or would it be helpful to have both under options?
@nicklasb Hopefully you have identified a pattern that works for you. The pattern you have in the original issue is that somewhere in "......my code......" you should define an export...
@WHenderson Hi! I am a new maintainer here. If you would still like to get this merged please fix up the merge conflicts and then I will have a look....
I have not seen any recent requests. However, I can imagine sourcemaps being of higher priority compared to other features for most users. Personally, I am in no hurry and...
Sounds like we need an optional dependency?