Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielrufino/shortype
https://github.com/gabrielrufino/shortype
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielrufino/shortype
- Owner: gabrielrufino
- License: unlicense
- Created: 2023-12-05T23:06:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-27T13:58:55.000Z (11 months ago)
- Last Synced: 2024-05-01T14:55:48.916Z (7 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node Project - Template
## Getting started
1. Create a new repository using this one as the template
2. Clone the repository
3. Update the package name
```bash
npm pkg set name="@gabrielrufino/something"
```
4. Update the package description
```bash
npm pkg set description="Description about something"
```