Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tradingview/msixty
https://github.com/tradingview/msixty
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tradingview/msixty
- Owner: tradingview
- License: mit
- Created: 2021-04-27T10:23:02.000Z (over 3 years ago)
- Default Branch: 1
- Last Pushed: 2022-06-27T16:00:49.000Z (over 2 years ago)
- Last Synced: 2024-11-09T09:44:28.978Z (2 months ago)
- Language: C++
- Size: 21.5 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msixty [![Build status](https://circleci.com/gh/tradingview/msixty.svg?style=svg)](https://circleci.com/gh/tradingview/msixty)
Making your [MSIX](https://docs.microsoft.com/en-us/windows/msix/) experience ten times better!
## Working environment setup
This project uses:
- [`python 3.7`](https://www.python.org/);
- [`pipenv`](https://pipenv.pypa.io/) for working environment management;
- [`lefthook`](https://github.com/Arkweid/lefthook/releases) for working with git hooks;It is assumed that abovementioned tools and files are already present in a target system and available for invocation or use.
### Create virtual environment and install dependencies:
```
# set this variable to place virtual environment inside a project's directory
$ export PIPENV_VENV_IN_PROJECT=1$ pipenv install
```### Initialize git hooks:
Initialize lefthook with the following command
`lefthook install`## Run conan for creating package:
```
$ pipenv run conan config install .conan --type dir
$ pipenv run conan create . 0.0.0@tradingview/testing --profile x86_64-Windows-v142-Release -tbf out\\test_package_build\\x86_64-Release
```