com.spicyfrog.base

0.0.1 • Public • Published

npm package openupm Tests License: MIT

Base

Basekit for SpicyFrog projects

How to use

Work In Progress

Install

via npm

Open Packages/manifest.json with your favorite text editor. Add a scoped registry and following line to dependencies block:

{
  "scopedRegistries": [
    {
      "name": "npmjs",
      "url": "https://registry.npmjs.org/",
      "scopes": [
        "com.spicyfrog"
      ]
    }
  ],
  "dependencies": {
    "com.spicyfrog.base": "1.0.0"
  }
}

Package should now appear in package manager.

via OpenUPM

The package is also available on the openupm registry. You can install it eg. via openupm-cli.

openupm add com.spicyfrog.base

via Git URL

Open Packages/manifest.json with your favorite text editor. Add following line to the dependencies block:

{
  "dependencies": {
    "com.spicyfrog.base": "https://github.com/spicyfrog/base.git"
  }
}

Tests

The package can optionally be set as testable. In practice this means that tests in the package will be visible in the Unity Test Runner.

Open Packages/manifest.json with your favorite text editor. Add following line after the dependencies block:

{
  "dependencies": {
  },
  "testables": [ "com.spicyfrog.base" ]
}

Configuration

Work In Progress

License

MIT License

Copyright © 2022 SpicyFrog

Package Sidebar

Install

npm i com.spicyfrog.base

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

26.1 kB

Total Files

43

Last publish

Collaborators

  • metalfox