https://github.com/glweems/ts-ai-script
starter repository for creating adobe illustrator scripts with typescript
https://github.com/glweems/ts-ai-script
adobe illustrator illustrator-scripts starter-kit template typescript
Last synced: 3 months ago
JSON representation
starter repository for creating adobe illustrator scripts with typescript
- Host: GitHub
- URL: https://github.com/glweems/ts-ai-script
- Owner: glweems
- Created: 2021-04-14T14:28:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T00:46:33.000Z (about 4 years ago)
- Last Synced: 2025-01-11T15:39:10.038Z (4 months ago)
- Topics: adobe, illustrator, illustrator-scripts, starter-kit, template, typescript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to ts-ai-script 👋
> starter repository for creating adobe illustrator scripts with typescript
### 🏠 [Homepage](https://github.com/glweems/ts-ai-script#readme)
## Install
```sh
npm install
```## Build command
```sh
npm run build
```## Watch mode
```sh
npm run dev
```## Run tests
```sh
npm run test
```---
## TODO
- Improve starter file demonstrating Illustrator ts usage
- Convert Illustrator Sample Scripts to typescript files for reference---
## Author
👤 **Garrett Weems (https://glweems.com/)**
- Website: https://glweems.com
- Github: [@glweems](https://github.com/glweems)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/glweems/ts-ai-script/issues). You can also take a look at the [contributing guide](https://github.com/glweems/ts-ai-script/blob/master/CONTRIBUTING.md).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2021 [Garrett Weems (https://glweems.com/)](https://github.com/glweems).
This project is [MIT](https://github.com/glweems/ts-ai-script/blob/master/LICENSE) licensed.---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_