https://github.com/niksativa/scripts
Xcode dev scripts
https://github.com/niksativa/scripts
cocoapods ios script scripts spm tool tools xcode
Last synced: 4 months ago
JSON representation
Xcode dev scripts
- Host: GitHub
- URL: https://github.com/niksativa/scripts
- Owner: NikSativa
- Created: 2020-08-26T10:02:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T22:41:47.000Z (12 months ago)
- Last Synced: 2025-04-15T08:16:07.881Z (10 months ago)
- Topics: cocoapods, ios, script, scripts, spm, tool, tools, xcode
- Language: Shell
- Homepage:
- Size: 1.88 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Scripts
List of scripts which are needed every working day.
### How to use
- make a submodule of this repository inside your project at `./scripts/` as example.
- the best way is to use autocompletion `tab` key on every file path.
** when you will enter the text `sh sc` just tap `tab` key to complete the command to `sh scripts/` or type `tab` twice to show variants.
### Structure
- `folder name` as a group of commands like `bundle` for the bundler or `pod` for the cocoapods etc.
- [behavior scripts for xcode](./behavior/README.md)