Kaizen Today I Learned by Ville Säävuori

Posts tagged npm

Weeknotes 2020/51 - NPM packages, GitLab CI, SwiftUI, architecturing

This week was broken into a number of small projects, mainly around Slipmat development. I also worked on various pieces of tooling that helps with this blog and various project dashboards. I had a birthday on Thursday, I played my radio show in Friday, and I managed to take one whole day off, so this week was much less productive in general than last week.

· Read the full article →

Installing local NPM packages with Yarn

I’ve been publishing my first NPM packages lately and have deeded to install NPM packages locally for testing. There are two ways to do this and they both have their separate use cases. Using yarn add First, you can install local packages with Yarn simply by giving the package path as argument for add:

· Read the full article →