Awesome List Updates on Sep 26, 2016
5 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Npm Scripts
npm run
Reference / Utility Packs
- You can pass arguments to your scripts by passing
--
tonpm run
, followed by the arguments. Example: Given the script"mocha": "mocha"
, you can runnpm run mocha -- --reporter xunit
. This effectively runsmocha --reporter xunit
.
- You can run
npm run <script> -s
to silence the default npm output (useful for calling a script within another script).
2. Awesome Dotnet
Code Analysis and Metrics
- AspNet.Metrics (⭐9) - Capturing CLR, application-level web request metrics. Middleware and extensions using Metrics-Net
3. Awesome Sre
Misc Articles
4. Awesome Aws
Open Source Repos / Elastic Compute Cloud
- kelseyhightower/kubernetes-the-hard-way 🔥🔥🔥🔥🔥 (⭐35k) - Bootstrap Kubernetes the hard way on EC2. No scripts.
5. Citizen Science
Literature / Citizen Science Theory
- Prev: Sep 27, 2016
- Next: Sep 25, 2016