0.1.2 • Published 3 years ago

@mauriora/package-tools v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Package-Tools

General package tools like config files defaults

Modules

Add this packge as dependecy of the root workspace and execute the commands there.

(Un)loadModules scripts work on submodules already part of the root module (workspace). After (un)loading it will call yarn install.

loadModules

This (down)loads a module already part of the root workspace.

yarn loadModules .\shared\Package-Tools\

or

yarn loadModules shared/Package-Tools

unloadModules

This empties the working tree of a module already part of the root workspace.

yarn unloadModules .\shared\Package-Tools\

or

yarn unloadModules shared/Package-Tools

Publish

In this folder execute:

yarn publish --access public