Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 483 Bytes

File metadata and controls

42 lines (26 loc) · 483 Bytes

Building

Testing

Build extension and launch shell window for testing:

./nest-test.sh

Build to Build Directory

Build extension into dist/build:

make

Create Zip Archive

Create zip archive of extension to dist/simple-weather@romanlefler.com-vVERSION.zip:

make pack

Install to User

Install the extension for this user:

make install

Clean Build Directory

Remove build files:

make clean