composer-npm-bridge icon indicating copy to clipboard operation
composer-npm-bridge copied to clipboard

NPM integration for Composer packages.

Results 2 composer-npm-bridge issues
Sort by recently updated
recently updated
newest added

Yarn is great. It would be nice to support it. Interestingly, `yarn install` features a [`--pure-lockfile`](https://yarnpkg.com/en/docs/cli/install#toc-yarn-install-pure-lockfile) flag, which seems perfect for usage with `composer-npm-bridge`. It's a pity that NPM doesn't...

I've come to realise that the management of NPM dependency updates shouldn't really be a concern of `composer-npm-bridge`, which should just focus on installation of dependencies instead. It's fairly obvious...