https://github.com/houkasaurusrex/create-project
CLI tool to generate projects from github templates
https://github.com/houkasaurusrex/create-project
Last synced: 9 months ago
JSON representation
CLI tool to generate projects from github templates
- Host: GitHub
- URL: https://github.com/houkasaurusrex/create-project
- Owner: HoukasaurusRex
- License: mit
- Created: 2019-06-15T13:31:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T01:23:48.000Z (over 3 years ago)
- Last Synced: 2024-11-24T19:58:22.079Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pterobyte.github.io/create-project/
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Create Project
[](https://www.npmjs.com/package/create-project)
[](https://david-dm.org/pterobyte/create-project)
[](https://david-dm.org/pterobyte/create-project?type=dev)
[](https://lgtm.com/projects/g/Pterobyte/create-project/context:javascript)
[](https://github.com/pterobyte/create-project)
[](https://github.com/prettier/prettier)
[](https://opensource.org/licenses/MIT)
CLI tool to generate projects from github templates


Downloads boilerplates from specified github templates and configurations
## Contents
- [Getting Started](#getting-started)
- [Examples](#examples)
- [Limitations](#limitations)
- [Contributing](#contributing)
- [Authors](#authors)
- [License](#license)
- [Acknowledgments](#acknowledgments)
## Getting Started
### Install
- With NPM
```sh
npm install -g create-project
```
- With Yarn
```sh
yarn global add create-project
```
### Arguments
| Arguments | Description |
|-------------- |------------------------------------------------------------ |
| --git, -g | Specify if create-project should initialize a new git repo |
| --yes, -y | Skip prompts and continue with defaults |
| --install, -i | Specify if create-project should install dependencies |
## Examples
```sh
`create-project --git --install`
```
## Limitations
create-project is limited to creating projects from github templates written by [Pterobyte](https://github.com/pterobyte). For template submissions or suggestions, please refer to [CONTRIBUTING.md](https://github.com/pterobyte/create-project/.github/CONTRIBUTING.md).
## Contributing
Please read [CONTRIBUTING.md](https://github.com/pterobyte/create-project/.github/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
- **JT Houk** - [Pterobyte](https://github.com/pterobyte)
## License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/pterobyte/create-project/LICENSE) file for details
## Acknowledgments
This module was heavily inspired by an [article](https://www.twilio.com/blog/how-to-build-a-cli-with-node-js) written by [Dominik Kundel](https://www.twilio.com/blog/author/dkundel)