Skip to content

mayneyao/eidos-script-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eidos Script Template

help developers create a new Eidos script project quickly.

use this template to create a new Eidos script project.

Development

  1. install dependencies

    pnpm install
  2. develop

    pnpm dev
  3. build

    pnpm build
  4. deploy

    don't ignore the dist folder, it's the output of your script. commit it to git. push build files to github, then people can use your script from github directly.

    git add .
    git commit -m "your commit message"
    git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published