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
- Host: GitHub
- URL: https://github.com/vladkens/templl
- Owner: vladkens
- License: mit
- Created: 2023-06-19T18:08:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T20:17:15.000Z (over 2 years ago)
- Last Synced: 2025-02-08T01:50:01.640Z (8 months ago)
- Topics: cli, git, npx, scafolding, template, yeoman, yo
- Language: TypeScript
- Homepage: https://npm.im/templl
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# templl
![]()
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/)