https://github.com/servicespack/curlify
https://github.com/servicespack/curlify
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/servicespack/curlify
- Owner: servicespack
- License: unlicense
- Created: 2024-02-20T22:37:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-20T11:26:07.000Z (about 1 year ago)
- Last Synced: 2025-05-20T12:43:10.522Z (about 1 year ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
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"
```