mschadev / mcode-generator

Online machine code(MCode) generator for autohotkey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcode-generator

All Contributors


Online machine code(MCode) generator for autohotkey

Notice

Domain(mcode-generator.com has expired, so online services are no longer available.

Table-of Contents

Install

dependencies

If Native Environment

  1. bash
  2. .NET core
  3. gcc

If Docker Environment

  1. bash
  2. Docker
git clone https://github.com/zxc010613/mcode-generator.git

Usage

Required Environment Variables

Name Description
PUBLISHER_NAME Name of publisher
PUBLISHER_EMAIL Email of publisher
GITUSER_URL Your Git Profile URL

Native

cd mcode-generator
dotnet run

Docker

  • Image Build
docker build --force-rm=false --no-cache=false --rm=true -t mcode-generator:latest .
  • Run
docker run -it --rm -p 5000:5000 -e ASPNETCORE_URLS=http://+:5000 --name mcode-generator1 mcode-generator:latest

Maintainer

@zxc010613

Contributing

No Restrictions. Open the Issue or Submit a PRs!

Contributors

Thanks goes to these wonderful people (emoji key):


Plorence

💻

Joe DF

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT

About

Online machine code(MCode) generator for autohotkey

License:MIT License


Languages

Language:CSS 72.8%Language:C# 26.0%Language:Dockerfile 0.9%Language:JavaScript 0.3%