To publish a package/repository/image/etc under any of NCSA repositories, contact one of the admins for the service you are interested in and ask them to add you there as a member. See the instruction notes under each section for more details.

Docker Hub

TODO

MemberRole


ImageMaintainersContributors



Github

TODO

MemberRole


RepositoryMaintainersContributors




Gitlab

TODO

MemberRole


RepositoryMaintainersContributors




Bitbucket

TODO

MemberRole


RepositoryMaintainersContributors



PyPI

TODO

MemberRole


PackageMaintainersContributors




npmjs

How to publish to npm under NCSA organization account:


  • Prepend `@ncsa/` to the package name in `package.json`.

  • Make sure your package is not private (NCSA doesn't have an Enterprise account with support for private packages at this moment).
  • In your project folder, run the following command to update the package access settings: `npm config set access public`

`package.json` template:

{

"name": "@ncsa/<package-name>",

"private": false,

"author": "NCSA",

"license": "<package-license>"

...

}


MemberRole
Kaveh Karimi (kaveh@illinois.edu)admin
PackageMaintainersContributors



  • No labels