# hello-world-npm **Repository Path**: mirrors_jaywcjlove/hello-world-npm ## Basic Information - **Project Name**: hello-world-npm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-24 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hello-world-npm This is a simple npm package that demonstrates the [GitHub Package Registry](https://github.com/features/package-registry). ## Installation Before installing, make sure to authenticate with GitHub Package Registry or using a `.npmrc` file. See "[Configuring npm for use with GitHub Package Registry](https://help.github.com/en/articles/configuring-npm-for-use-with-github-package-registry#authenticating-to-github-package-registry)." `$ npm install @jaywcjlove/hello-world-npm` Or add this package to your `package.json` file: ``` "dependencies": { "@jaywcjlove/hello-world-npm": "1.0.0" } ``` ## Usage ``` const myPackage = require('@jaywcjlove/hello-world-npm'); myPackage.helloWorld(); ```