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

https://github.com/vladkens/templl

🏯✨ Project scaffolding from template repo
https://github.com/vladkens/templl

cli git npx scafolding template yeoman yo

Last synced: about 1 month ago
JSON representation

🏯✨ Project scaffolding from template repo

Awesome Lists containing this project

README

          

# templl


templl logo



version


test status


size


downloads


license


Project scaffolding from template repo

## Usage

```sh
npx templl user/repo
```

Or (these commands are same):

```sh
npx templl github:user/repo
npx templl git@github.com:user/repo
npx templl https://github.com/user/repo
```

Or (other hostings):

```sh
npx templl gitlab:user/repo
npx templl git@gitlab.com:user/repo
npx templl https://gitlab.com/user/repo
```

Or (global cli alias):

```sh
npm install -g templl
```

## See also

- [degit](https://github.com/Rich-Harris/degit/)