Steps to create NPM Package and upload on NPM Server.
Steps to create NPM Package and upload on NPM Server. // Create directory 1: mkdir TestDemoPackage 2: cd TestDemoPackage // Init NPM Project 3: npm init H:>mkdir TestDemoPackage H:>cd TestDemoPackage H:>npm init This utility will walk you through creating a package.json file. It only covers the most common items, and tries to guess […]
