# license the project to MIT license npx license mit # adds gitignore template for nodejs npx gitignore node # covgen package to generate contributor covenant (code of conduct) npx covgen email@your-email.com # run npm initialization and accepting all default options npm init -y