https://github.com/niradler/create-open-source
bootstrap new open source project.
https://github.com/niradler/create-open-source
Last synced: about 1 year ago
JSON representation
bootstrap new open source project.
- Host: GitHub
- URL: https://github.com/niradler/create-open-source
- Owner: niradler
- License: mit
- Created: 2019-04-14T21:45:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T00:32:34.000Z (about 5 years ago)
- Last Synced: 2025-03-21T10:39:47.893Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# create-open-source
bootstrap new open source project.
## Usage
```
npm init open-source
```
or
```
npx create-open-source
```
```
# please use the below code to set the default values.
npm set init.author.name "Your name"
npm set init.author.email "your@email.com"
npm set init.author.url "https://your-url.com"
npm set init.license "MIT"
npm set init.version "0.0.1"
```