deskscript
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

DeskScript

Disclaimer: Under Construction

Example

Create a DeskScript project

project/

project/
| - index.ds
| - package.json
| - settings.json

index.js

console.log('Hello World');

package.json

{
    "scripts": {
        "start": "deskscript"
    },
    "dependencies": {
        "deskscript": "1.0.0"
    }
}

settings.json

{
    "window": {
        "title": "Project"
    }
}

Launch the Deskscript project

npm install & npm start

Dependents (0)

Package Sidebar

Install

npm i deskscript

Weekly Downloads

17

Version

0.1.1

License

MIT

Unpacked Size

18.2 kB

Total Files

29

Last publish

Collaborators

  • lrgstu