Meteor, the JavaScript App Platform
-
Updated
Oct 16, 2019 - 21 commits
- JavaScript
Npm is a package manager for JavaScript, included with Node.js. As a package manager, npm makes it easy for developers to share and reuse code.
Meteor, the JavaScript App Platform
:white_check_mark: The largest Node.js best practices list (September 2019)
It took me way too long and far too many Travis-CI builds to figure out the right configuration for Travis-CI to run lerna publish
with everything it needed. I'm still not 100% sure if everything I'm doing is necessary, but perhaps it will help others to share my findings. Even better if there was some documentation around this.
npm publish
each relevant packIn Azure DevOps semantic release has to be triggered via a normal bash command, also npm install must be run before, environment variables have to be set up...
In order to make semantic release work for a broader range of application, e.g. non-npm based and make use of service connection instead of environment variables it would be cool to have an Azure DevOps Pipeli
Hi, if you are reading this is because you pretty likely don't know how to start
So, let's fix that
All here we are developers with different backgrounds, languages and objectives. But, all we must follow certain rules so we can understand each other and make the communication easier as possible. Please
3.8.1
I have a repo containing multiple packages. I have a package.json
file at the root to define some scripts
. Since I do not have any dependencies in this package.json
, there is no lockfile created.
I want to run pnpm recursive outdated
to see if there was any outdated dependencies in my packages. Unfortunately, I got the follow
CSS3 Animations with special effects
A CLI tool to run multiple npm-scripts in parallel or sequential.
All the current documentation is about bootstrapping a new project to use tsdx
. There is nothing about how to add the tsdx
toolchain to an existing project.
With the comparisons to microbundle, it'd be good to have documentation on how to migrate a project to use tsdx
instead. If you want to avoid
A free, fast, and reliable Open Source CDN for npm and GitHub
Official ESLint plugin for Vue.js
🙌 Give thanks to the open source maintainers you depend on! ✨
execute npm package binaries (moved)
🚀 Automate versioning and package publishing
a package manager for JavaScript, report bugs & get support at:
What Renovate type are you using?
Self-hosted, running on a BitBucket pipelines with https://hub.docker.com/r/renovate/renovate/.
Describe the bug
Renovate does not seem to create the pull requests for upgrading packages on bitbucket cloud.
Our config:
{
"extends": [
"config:base",
"group:allNonMajor"
],
"branchPrefix": "feature/",
"npmrc": "//registry.npm
a dependency unwinder for javascript
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
Crossbrowser & lightweight way to check if user is looking at the page or interacting with it.
:computer: npm desktop manager https://720kb.github.io/ndm
NPM registry manager, fast switch between different registries: npm, cnpm, nj, taobao
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn why
won't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"
resolutions
field in package.json,pkg: "1.0.0"