uapm
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

Universal Application Prefab Manager

npm version Twitter Follow

Usage

  1. Install uapm globally
yarn global add uapm
  1. Create empty folder, say myapp, inside this folder run
uapm init

just hit Enter on every question.

  1. Add prefab package from npm registry via uapm
uapm add @gqlapp/module-server-ts
  1. Try to modify source code of prefabs and then
uapm remove @gqlapp/module-server-ts

check, that your changes were saved in a .patch file, then readd module again via

uapm add @gqlapp/module-server-ts

and check that the patch was applied and your changes are on their places again.

License

Copyright © 2019 SysGears Limited. This source code is licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i uapm

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

45.4 kB

Total Files

13

Last publish

Collaborators

  • vicvlas