A CLI tool to check for files exceeding line count thresholds, because we all accumulate cruft over time.
location class to track url and api params
elastic service generator
Express' application generator
Delete cruft from npm packages
Express' application generator
Node API (with SequelizeORM) generator
Automatically convert simple CommonJS scripts to ES6 modules.
Utility for transforming one set of JS objects into another
Complex Metalsmith Demo
Self-destruct your crufty code to ensure it doesn't become permanent.
Faraday Cage allows you to use Faraday for making requests to your REST APIs in integration testing, minus the boilerplate code and crufty parsing and encoding of requests and responses.
https://rubygems.org/gems/apoptosis I got the idea for this gem during JRubyConf during Michael Feathers' talk. He made a point that software is alive and unlike biological systems, doesn't have an automatic way to kill off old 'cells'. This gem is to aid in finding old, potentially crufty areas of your project that may need to be killed off and remade, or at least looked at. Currently the gem alerts you to any lines that haven't been touched in at least a year. \ gem install apoptosis Navigate to a project directory which is also a git repository and run the command: apoptosis This command will create a DeathRow.md file in the directory with a list of files and lines in your project which have not been touched in a year. The idea is that you should re-evaluate and/or refactor them.