A starter project using the wsk build system + rollup + stylus.
This does some simple cleanup on the bloomberg/wsk.example repo, removing some unneeded files to get you going more quickly.
Get this starter project going using degit.
mkdir myproject && cd myproject
degit mhkeller/wsk.starter-rollup-stylus
npm install && npm run dev
Check out the README.md once its downloaded for more info.