Skip to content

Instantly share code, notes, and snippets.

@korzio
Created January 15, 2019 21:10
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 korzio/8cc5ccd352b936c008f01a55245c74a8 to your computer and use it in GitHub Desktop.
Save korzio/8cc5ccd352b936c008f01a55245c74a8 to your computer and use it in GitHub Desktop.
medium-basic-create.sh
mkdir my-cli # create the project's directory
cd my-cli # go to new location
npm init --yes # initialise NPM package
echo "console.log('Hello, world!')" > server.js # create hello world example
npm start # run the script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment