Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  ___dist
  README.md
  package.json
Size: Mime:
  README.md

todo

  • console.dev & console.event etc

decoupling

  • some pieces are only in src because they are coupled
  • instead, we make them externally configurable chains & set them up in bootstrapper

reusable modules

  • node modules are loaded in current folder, and it keeps going up until it finds a node_modules folder (until /)
  • order of priority - modules are checked first from the bundler

how to

// make simple small functions // then move them to modules when ready // or use existing ones from libraries // (such as ramda, lodash, chain-able) const dataAfter = time => Promise(resolve => setTimeout(() => resolve(products)))