wtfpm

Detect common package managers.

Usage no npm install needed!

<script type="module">
  import wtfpm from 'https://cdn.skypack.dev/wtfpm';
</script>

README

wtfpm

Detect common package managers.

Usage

var wtfpm = require('wtfpm');
wtfpm(function (err, managers) {
  if (err) throw err;
  console.log(managers);
});