Skip to content

Latest commit

 

History

History
82 lines (74 loc) · 2.83 KB

README.md

File metadata and controls

82 lines (74 loc) · 2.83 KB

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