Skip to content

Holds all the public Node packages (npm) for `@Terran-Source`

Notifications You must be signed in to change notification settings

Terran-Source/node-pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

node-pkgs

Holds all the public Node packages (npm) for @terran-source

How to use any of these packages

Create an .npmrc file inside the same folder as package.json (if it's not already there).

  my-project
  |- package.json
  |- .npmrc // ☚ 
  |- ... (others)

Then, add the following line inside .npmrc:

If it's public package

@terran-source:registry=https://npm.pkg.github.com/
always-auth=false

If it's private package

//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
@terran-source:registry=https://npm.pkg.github.com/
always-auth=true

Now, add the package as dependency to your project

via npm

npm install @terran-source/hooks

via yarn

yarn add @terran-source/hooks

About

Holds all the public Node packages (npm) for `@Terran-Source`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages