Socket
Book a DemoInstallSign in
Socket

milkee-plugin-shebang

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

milkee-plugin-shebang

Add "#!/usr/bin/env node" to compiled files!

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

milkee-plugin-shebang

This is a plugin for milkee.

Add "#!/usr/bin/env node" to compiled files!

Usage

setup

coffee.config.cjs

const addShebang = require('milkee-plugin-shebang');

module.exports = {
// ...
  milkee: {
    plugins: [
      addShebang(),
      // ...
    ]
  }
}

Run

milkee
# or
npx milkee

Example

#!/usr/bin/env node

console.log "Hello World!"
#!/usr/bin/env node
// Generated by CoffeeScript 2.7.0
(function() {
  //!/usr/bin/env node
  console.log("Hello World!");

}).call(this);

Keywords

milkee

FAQs

Package last updated on 20 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts