Tidbits tagged with #npm (8)
I am gladly using codeberg (as github alternative) for as many projects as I can, really support their mission. "Independent and powered by your donations and contributions".
I struggled a little bit to figure out the URL that works
for a package that is not on npm yet, but exists just as a codeberg repo.
Continue reading →
Run npm install <package>@latest
to update to the latest version of a package, no matter the minor, major version, it always goes to the latest.
This post is my 2nd write-down inspired by "Purescript by Example", the book by Phil Freeman, the author of purescript. Now about chapter 2, where I install Purescript and touch the tools for the first time. I am gonna use yarn
instead of npm
, let's see how that goes :).
Continue reading →
browser
field in npm's package.json
Continue reading →
Nothing to add to this post
Continue reading →
I am sure my uxebu-partner @Tobias posted this link in our internal flowdock (never used it? do it now! it's Slack in better).
@Tobias knows all the tools.
Continue reading →
JSON with CoffeeScript flavor
Continue reading →
In order to keep all your meta data of your project in one place and only create files that actually just copy those data you can use projectz
where you maintain data like title, description, author(s), badges, ... in one CSON file and with a special markup you can update fill in the templates files like README, package.json, ...
Continue reading →