Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niksativa/scripts
Xcode dev scripts
https://github.com/niksativa/scripts
cocoapods ios script scripts spm tool tools xcode
Last synced: 5 days ago
JSON representation
Xcode dev scripts
- Host: GitHub
- URL: https://github.com/niksativa/scripts
- Owner: NikSativa
- Created: 2020-08-26T10:02:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T10:59:28.000Z (3 months ago)
- Last Synced: 2024-11-25T11:38:20.395Z (3 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)