5.0.0 ā€¢ Published 7 years ago

foop v5.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

ā›“ chain-able

NPM version docs Dependencies fliphub BuildStatus Coverage Status Codacy Badge gzip size

fluent fluent

interfaces that describe their intentions

ā— chain-able now has a website! šŸ”— chain-able.js.org

šŸ“¦ install

yarn add chain-able
npm i chain-able --save

cdn

  • dev <script src="https://unpkg.com/chain-able@beta/dists/dev/index.js"></script>
  • min <script src="https://unpkg.com/chain-able@beta/dists/umd/index.js"></script>

šŸ° benefits

writing an api using chain-able means:

  • write 1 api
  • get 3 apis as a result!
    • šŸ‰ persistable, rehydratable, & transferrable configurations
    • ā›“ fluent/chainable api
    • šŸ¦ vanilla object syntax

šŸŽ features


šŸ”— related