https://github.com/dpbm/asdf-nasm
asdf plugin for nasm
https://github.com/dpbm/asdf-nasm
asdf assembly nasm version-control
Last synced: 4 months ago
JSON representation
asdf plugin for nasm
- Host: GitHub
- URL: https://github.com/dpbm/asdf-nasm
- Owner: Dpbm
- License: mit
- Created: 2023-03-13T01:04:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T16:24:11.000Z (over 1 year ago)
- Last Synced: 2025-01-19T18:51:55.780Z (6 months ago)
- Topics: asdf, assembly, nasm, version-control
- Language: Shell
- Homepage: https://asdf-vm.com/
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nasm - ASDF
A plugin for the [asdf version manager](https://asdf-vm.com).

# Dependencies
To install this plugin you need the follow:
- `bash`
- [curl](https://curl.se/)
- `tar`
- [make](https://www.gnu.org/software/make/)
- `autoconf`# Install
```bash
asdf plugin add nasm https://github.com/Dpbm/asdf-nasm.git
```# Commands
```bash
# Show all installable versions
asdf list-all nasm# Install specific version
asdf install nasm `version`# Set a version globally
asdf global nasm `version````
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.# License
See [LICENSE](LICENSE) © [Dpbm](https://github.com/Dpbm/)
### Made with 🥰 by [Dpbm](https://github.com/Dpbm)