Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 2.18 KB

File metadata and controls

33 lines (21 loc) · 2.18 KB

what is this?

this is a template for creating a cloudscript project using rollup and typescript.

how to use

you can fork & clone this repository and than start writing typescript in index.ts!

build and installation

to install rollup and typescript and it's requirements

npm install

to build the project

npm run build

github integration

follow the instructions here but instead of an empty repository, select your fork!

useful articles