com.jonathan-defraiteur.unity.singleton

0.2.0 • Public • Published

To Install

Via scoped registries

Setup your scoped registry, then add com.jonathan-defraiteur.unity.singleton to your dependencies:

# ./Packages/manifest.json
{
  "dependencies": {
    "com.jonathan-defraiteur.unity.singleton": "latest"
    ...
  },
  "scopedRegistries": [
    {
      "name": "NPM JS Registry",
      "url": "https://registry.npmjs.org/",
      "scopes": [
        "com.jonathan-defraiteur"
      ]
    }
  ],
}

Via gitlab url

Add the following to your dependencies:

# ./Packages/manifest.json
{
  "dependencies": {
    "com.jonathan-defraiteur.unity.singleton": "https://gitlab.com/jonathan-defraiteur/unity/singleton.git",
    ...
  }
}

Package Sidebar

Install

npm i com.jonathan-defraiteur.unity.singleton

Weekly Downloads

1

Version

0.2.0

License

none

Unpacked Size

24.1 kB

Total Files

28

Last publish

Collaborators

  • jonathan-defraiteur