Prepend node shebang to bin files.
This shebang will be added to each file listed in the bin
field of your project's package.json:
#!/usr/bin/env node
yarn add babel-plugin-bin-shebang
npm install babel-plugin-bin-shebang
In babel.config.json:
{
"plugins": [
"babel-plugin-bin-shebang"
]
}
- @bconnorwhite/package: A utility for reading package.json of a project, and forming paths relative to it.
- @babel/core: Babel compiler core.
- @babel/types: Babel Types is a Lodash-esque utility library for AST nodes
- @bconnorwhite/bob: Bob is a toolkit for TypeScript projects
- @types/node: TypeScript definitions for Node.js