Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelcgar/ts-init-node
https://github.com/angelcgar/ts-init-node
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/angelcgar/ts-init-node
- Owner: angelcgar
- Created: 2025-01-10T14:29:11.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-01-19T14:27:27.000Z (20 days ago)
- Last Synced: 2025-01-19T15:28:16.136Z (20 days ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hacegurarse de que sea un archivo ejecutable
```bash
chmod +x index.sh
```Crea un ejecutable con el nombre que tu quieras, este ejemplo lo crea como init-node-ts
```bash
sudo cp index.sh /usr/local/bin/init-node-ts
```