1.0.0 • Published 6 years ago

generator-asm v1.0.0

Weekly downloads
7
License
ISC
Repository
github
Last release
6 years ago

Generator-asm

My own yeoman generator for ASMx86 projects based on my docker image

Installation

You need to have node.js installed. Then you simply run

npm install -g yo
npm install -g generator-asm

and after you download half of internet you can create your first project from template simply by command

yo asm

You can specify name of your project and witch template will you use(with bash scripts or .bat files).

Files: run - runst docker build and docker run clear - deletes created image and container

Remember that every change in your code you make in container stays in container