det.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon Server des Unterhaltungsfernsehen Ehrenfeld zum dezentralen Diskurs.

Administered by:

Server stats:

1.8K
active users

#npm

8 posts7 participants1 post today

When contributing to #PHP #OSS dependencies, I usually used "composer --prefer-source" to get the dependencies installed as git repos.This way, when I make modifications, I can test them inside a larger codebase immediately while easily being able to check my changes and commit+push them upstream.

What is the process for #JavaScript? Is there a similar pattern with #NPM? Or what is the approach JavaScript OSS contributors take?