Skip to content

spinspire/zx-scripting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZX Scripting Template + Example

This repo is a template based on This DEV article.

Description

This is a template for using javascript to create complex CLI tools / games that can be packaged into a single binary that can be run on most systems (Even systems that dont have node! ).

How to Use

A simple example has already been included at src/index.ts. To package your script simply:

npm run build

A script will be generated specifically for your system, to change what system the script is designed for change the package script according to the pkg npm package Once created you can run your script:

./dist/start

Happy scripting!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published