Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artiphishle/starters
Collection of useful starter scripts
https://github.com/artiphishle/starters
Last synced: about 1 month ago
JSON representation
Collection of useful starter scripts
- Host: GitHub
- URL: https://github.com/artiphishle/starters
- Owner: artiphishle
- Created: 2024-02-06T16:44:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T21:15:22.000Z (11 months ago)
- Last Synced: 2024-02-12T21:48:24.432Z (10 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starters
Start your project directly using a starter.
## starter-expo-stack
Uses `create-expo-stack` and adds useful things like:
- README.md
- Prettier & Google ESLint
- Run ScriptsAfter installation your project is ready to build & publish:
```bash
# Expo Application Service
eas login
eas whoami
eas build
eas publish
```