Skip to content

Latest commit

 

History

History
 
 

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This directory contains the w4 command-line tool.

Development

First run npm install to install dependencies.

Run npm link in this directory to install a w4 symlink for local development.

You will also want to build the runtime, by running npm run build in /runtimes/web.

We use pkg to bundle node-free binaries. Make sure that all file resources that need to be loaded at runtime go in the assets directory in order to be included.