https://github.com/xiedacon/generate
Generate your repositories
https://github.com/xiedacon/generate
generate github repository template
Last synced: about 2 months ago
JSON representation
Generate your repositories
- Host: GitHub
- URL: https://github.com/xiedacon/generate
- Owner: xiedacon
- License: mit
- Created: 2017-08-08T09:28:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-02T03:30:03.000Z (5 months ago)
- Last Synced: 2026-02-02T14:45:08.214Z (5 months ago)
- Topics: generate, github, repository, template
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generate
[](https://travis-ci.org/xiedacon/generate)
[](https://standardjs.com)
[](https://github.com/xiedacon/generate/blob/master/LICENSE)
A tool to generate your repositories with template.
## Usage
```shell
sudo ln -s /path-to/generate/bin/generate /usr/local/bin/generate
if ~/.local/bin in PATH, you can follow this
ln -s /path-to/generate/bin/generate ~/.local/bin/generate
command -v generate
generate your-project-name
```
## API
There is no API to remember. just ``generate your-project-name``
## Plugins
After generate repository by template, we use plugins to do next.
Plugins must be a sync function.
## Make your own
Fork it and specify your own template in ``templates`` directory.
## License
[MIT License](https://github.com/xiedacon/generate/blob/master/LICENSE)
Copyright (c) 2017 xiedacon