An open API service indexing awesome lists of open source software.

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.

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"
```