pjsyn

a script that creates a package.json file based on promting you for values

Usage no npm install needed!

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

README

unpublished

to use, call node pjs.js and it will prompt you like so

mark@squirtle:~/pjs$ node pjs.js 
prompt: author:  mark
prompt: name:  mark
prompt: description:  this is a module to create this!
prompt: version:  1.0.1
prompt: repository_url:  

problems

The file writes, but the console.log does not print out, and a message saying there are too many event listeners and there might be a memory leak... it does what it should do though, and writes the package.json file