
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
This is a simple collection of tools to assist with developing software for the TRS-80 Microcolor Computer MC-10.
git clone https://github.com/jamieleecho/mc10-tools.git
cd mc10-tools
make install-pre-commit
make install
Usage: c10tobas [OPTIONS] INPUT_FILE OUTPUT_FILE
Extract and detokenizes the *.bas file in INPUT_FILE and stores it in
OUTPUT_FILE
Options:
--version Show the version and exit.
--help Show this message and exit.
Usage: bastoc10 [OPTIONS] INPUT_FILE OUTPUT_FILE
Tokenizes the given *.bas file specified byt INPUT_FILE, outputing the
result into a *.c10 file specified by OUTPUT_FILE.
Options:
--version Show the version and exit.
--help Show this message and exit.
You will need a fairly modern python environment with uv installed.
You can begin by entering:
make install-pre-commit
make sync
make run-tests
The Makefile
makes it easy to perform the most common operations:
make check-all
runs linting and uv.lock
checksmake check-lint
checks for linting issuesmake check-lock
verifies the uv.lock
is aligned to pyproject.toml
make clean
cleans the virtual environment and cachesmake default
runs a default set of checks on the codemake fix-all
formats the code, fixes lint errors and runs locks uv.lock
to pyproject.toml
make fix-format
formats the codemake fix-lint
fixes linting issuesmake fix-lint-unsafe
fixes linting issues potentially adding inadvertant bugsmake help
outputs the different make optionsmake install
build install the distributionmake install-pre-commit
installs pre-commit hooksmake lock
locks uv.lock
to pyproject.toml
make install-pre-commit
installs pre-commit hooksmake run-tests
runs the unit testsmake sync
syncs the python environment with uv.lock
.vscode/settings.json
is set so that unit tests can be run without further configuration.
FAQs
Set of MC-10 tools
We found that mc10-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.