Beginning JavaScript by Russ Ferguson

Beginning JavaScript by Russ Ferguson

Author:Russ Ferguson
Language: eng
Format: epub, azw3
ISBN: 9781484243954
Publisher: Apress


Using package.json for Your Project

To create this file at the command line, type npm init . This will start the process and ask you questions about the project you are about to create. You are not going to publish this package; however, the command line interface will ask you questions as if you were. This is why it is important to understand what it is trying to do.

The first question that you must answer is the name of your project. Here is a list of things to keep in mind when you give your package a name (you can find all the details at https://docs.npmjs.com/files/package.json ):Package names can’t exceed 214 characters.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.