Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create shell scripts for invoking the compiler #5

Closed
invicticide opened this issue Sep 10, 2017 · 2 comments
Closed

Create shell scripts for invoking the compiler #5

invicticide opened this issue Sep 10, 2017 · 2 comments

Comments

@invicticide
Copy link
Owner

Right now it's kind of cumbersome to run the compiler:

node lib/Compiler.js path/to/story/

It'd be nicer to be able to just do something like:

build path/to/story/

This would require creating platform-specific scripts (bat/command/sh) that wrap up the compile command.

@invicticide invicticide added this to the MVP milestone Sep 10, 2017
@invicticide
Copy link
Owner Author

CL fa68075 adds publish.bat and publish.sh which right now are just simple wrappers around the compiler command. They could be expanded in the future.

The Windows version is currently untested.

@invicticide
Copy link
Owner Author

Tested on Windows, works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant