You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@
4
4
5
5
A simple terminal UI for npm commands, written in Go with the [gocui](https://github.com/jroimartin/gocui"gocui") library.
6
6
7
+
This repository is `nsumbadze`'s maintained fork of [`jesseduffield/lazynpm`](https://github.com/jesseduffield/lazynpm). The binary remains `lazynpm`.
8
+
9
+
## Attribution
10
+
11
+
`lazynpm` was originally created by Jesse Duffield. This fork preserves the upstream MIT license and copyright attribution; it is maintained independently and doesn't imply upstream endorsement.
12
+
7
13
npm is pretty cool, but some of its workflows are a little too much for somebody with my atrocious short term memory. If I need to link a couple of dependencies to a package I need to do an `npm install` on the package so we're up to date, then cd to each dependency package and `npm install`, then `npm run build`, then `npm link` if it's not already globally linked (and how would I know that it is?) and then cd back to the original package and do `npm link <dependency>` for each dependency. Pretty much every time I'll get halfway through, suspect that I've forgotten a step, then start again from scratch. But who needs a functionining brain when have a tool where every step in the process take one keypress and at a glance you can see how everything is linked up?
8
14
9
15
lazynpm is the younger brother of lazygit and lazydocker, and has learnt from both its siblings how best to make life lazier in the terminal so that you can focus on what matters: programming.
0 commit comments