Skip to content

Instantly share code, notes, and snippets.

@rickybell
Created April 25, 2023 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickybell/284ce8f4615f1b7c9294698fafb464b5 to your computer and use it in GitHub Desktop.
Save rickybell/284ce8f4615f1b7c9294698fafb464b5 to your computer and use it in GitHub Desktop.
Basic package.json for to complement a script to create a node.js project via script automation.
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "echo \"Error: no test specified\" && exit 1",
"start": "echo \"Error: no test specified\" && exit 1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment