https://www.npmjs.com/package/delib
https://github.com/DeStore/delib
It was created while developing a decentralized file storage platform on top of Ethereum and IPFS. Because I was new to Ethereum, I was able to relate to people inexperienced and design it to be extremely easy to use. The framework contains a promise based library that provides the core abstractions needed for building DApps on Ethereum.
It sets apart from other frameworks due to its wide range of customization. One of its most novel features is its ability to let you automatically estimate your transaction gas costs for contract deployment and methods.
It contains a command line tool that allows you compile, build, deploy, execute methods, get, and watch for events. You can write smart contracts and then instantly test to see if its methods work. This lets you write contracts really fast.