Inject Bower packages into your source code with Grunt.Grunt is great.
gruntplugin html grunt bower package wiredep dependency component postinstallpatch-package lets app authors instantly make and keep fixes to npm dependencies. It's a vital band-aid for those of us living on the bleeding edge. Patches created by patch-package are automatically and gracefully applied when you use npm(>=5) or yarn.
javascript-tools nodejs node node-js node-modules patch patcher diff dependencies dependency-manager package-manager package-management postinstallConditionally build in the postinstall hook without moving your devDependencies to dependencies. So that your package with a build step can support Git (and other non-npm) install locations without checking build artifacts into source control or making everyone install your build dependencies. See Motivation for more details.
npm postinstall build build-tool hooks npm-scripts lifecycle lib scriptsIf module foo has a postinstall script, it can use this module am-i-a-dependency to determine if it should be executed. Requires Node version 4 or above.
npm install postgresql nodejs utility check postinstallConfiguration is applied through your project's package.json. We know the postinstall messages can be annoying when deploying in production or running a CI pipeline. That's why the message is disabled in those environments by default.
opencollective postinstall script npm-script stats nuxtjsThis can be useful if you want to automatically run commands just after npm install, but don't want your package users to be affected. By inverting commands, you can also use pinst to enable postinstall for your users only and not yourself.
npm hooks postinstall dev lifecycle devpostinstallA lighter opencollective postinstall alternative. Show all necessary info to help contributing to relative Open Collective projects, without bringing in the entirety of the opencollective CLI as dependency (an overhead of 24MB vs 4K in total for this package).
opencollective postinstall light
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.