Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

osmscripts/osm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code generation and maintenance commands for Osm framework-based project.

Installation

Normally you don't have to install this package manually, as this package comes with every package created with osmscripts create:package command.

However you can do it if needed by using the following commands (add -g switch to add the package to global Composer installation):

Run the following commands in the directory of the Osm framework-based project:

cd {project_dir}
composer config repositories.osmscripts_core vcs git@github.com:osmscripts/core.git
composer config repositories.osmscripts_osm vcs git@github.com:osmscripts/osm.git
composer require osmscripts/osm

Also, install osmscripts/osmrunner globally:

composer -g config repositories.osmscripts_core vcs git@github.com:osmscripts/core.git
composer -g config repositories.osmscripts_osm_runner vcs git@github.com:osmscripts/osm-runner.git
composer -g require osmscripts/osm-runner

License And Credits

Copyright (C) 2019 - present UAB "Softnova".

All files of this package are licensed under GPL-3.0.

About

Osm project maintenance shell commands

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages