Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 483 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 483 Bytes

AppleScript-project-automation

Basic AppleScript app for workflow automation example for starting an application project

  • Script requests:
    • user input for project name
    • user iniput for project description
  • Script contains:
    • Custom dialog icon (drop your own in)
    • String input sanitization
    • shell script to retreive project seed (drop your own in)
    • script builds package.json file for project
    • shell script opens application to start newly created project