Desmond is a caretaker of boilerplate code for node back-end development, providing a set of maintained tools.
Until further notice this package is depreciated and no longer maintained. Here is a list of viable alternatives:
absoluteUrl
- Common, you have never even used that anyway. But if you're being serious, use this onelinercompareBcrypt
,hashBcrypt
- Usebcrypt
directly, if you need it, but most of the time you will probably custom or third party service and not need helper on each servicehash
- Use Node API directlyattributes
- Use new datablessdeserialize
functions insteadsnakelize
- Use knex-stringcase instead, don't modify fields manuallytoJson
,tableColumns
- Use databless' repository API and don't tamper with models directlytransacted
- Use native knex API, generally transactions are not widely usedpromisify
- Use node utils implementationtap
- Use lodash/ramda/custom implementationMicroservice
- Use got'sextend
generateRandomAlphanumeric
-uuid
is better option for most casesparseBool
- This is actually not half bad, if you need it, see the implementationpromiseChain
- Ditto, see implementation
This project is licensed under MIT.