mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-14 03:26:13 -04:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
'use strict'
|
|
var fs = require('fs')
|
|
|
|
fs.writeFile(process.argv[2] + '.js', 'module.exports = function () {}\n', 'utf8')
|