@vidavidorra/create-project
Version:
Interactively create a GitHub project
88 lines (60 loc) • 4.07 kB
Markdown
# Create project <!-- omit in toc -->
Interactively create a project.
- Standardised project and repository setup.
- Code style using [**XO**](https://github.com/xojs/xo).
- Code formatting using [**Prettier**](https://prettier.io/).
- Commit style using [**`commitlint`**](https://commitlint.js.org/).
- Version management using [**semantic-release**](https://semantic-release.gitbook.io/semantic-release/).
- Dependency management using [**Renovate**](renovatebot.com/).
- Add TypeScript, a testing framework and code coverage as desired.
---
[](https://www.npmjs.com/package/@vidavidorra/create-project)
[](https://www.npmjs.com/package/@vidavidorra/create-project)
[](https://nodejs.org/en/about/releases/)
[](https://renovatebot.com)
[](https://github.com/semantic-release/semantic-release)
[](https://codecov.io/gh/vidavidorra/create-project)
[](LICENSE.md)
- [Install](#install)
- [Usage](#usage)
- [Contributing](#contributing)
- [Security policy](#security-policy)
- [License](#license)
## Install
```shell
npm install --global @vidavidorra/create-project
```
## Usage
Start the interactive CLI to create a project.
```shell
create-project
```
Or run the interactive CLI directly via `npx`.
```shell
npx @vidavidorra/create-project
```
## Contributing
Please [create an issue](https://github.com/vidavidorra/create-project/issues/new/choose) if you have a bug report or feature proposal, or [create a discussion](https://github.com/vidavidorra/create-project/discussions) if you have a question. If you like this project, please consider giving it a star ⭐
Refer to the [contributing guide](https://github.com/vidavidorra/.github/blob/main/CONTRIBUTING.md) for detailed information about other contributions, like pull requests.
[](https://conventionalcommits.org)
[](https://github.com/xojs/xo)
[](https://github.com/prettier/prettier)
## Security policy
Please refer to the [Security Policy on GitHub](https://github.com/vidavidorra/create-project/security/) for the security policy.
## License
This project is licensed under the [GPLv3 license](https://www.gnu.org/licenses/gpl.html).
Copyright © 2023-2024 Jeroen de Bruijn
<details><summary>License notice</summary>
<p>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
The full text of the license is available in the [LICENSE](LICENSE.md) file in this repository and [online](https://www.gnu.org/licenses/gpl.html).
</details>