https://github.com/bottyivan/create-introfy
The CLI for Introfy that creates modern landing pages for your open source projects in minutes.
https://github.com/bottyivan/create-introfy
cli introfy nodejs scaffold template typescript
Last synced: 9 months ago
JSON representation
The CLI for Introfy that creates modern landing pages for your open source projects in minutes.
- Host: GitHub
- URL: https://github.com/bottyivan/create-introfy
- Owner: BottyIvan
- Created: 2025-06-17T21:08:38.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2025-06-17T21:09:40.000Z (10 months ago)
- Last Synced: 2025-06-17T22:24:20.990Z (10 months ago)
- Topics: cli, introfy, nodejs, scaffold, template, typescript
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-introfy
> [!CAUTION]
> Some features of Introfy are still under development and may not be fully functional. Stay tuned for updates!
**create-introfy** is a CLI tool for rapid scaffolding of projects based on the [Introfy](https://github.com/BottyIvan/introfy) template.
## Features
- Clones the Introfy template from GitHub
- Interactive prompts for name, description, repo, and configuration
- Automatically installs dependencies
- Updates project configuration
## Installation
```bash
npm install -g create-introfy
```
## Usage
```bash
create-introfy
```
Follow the prompts to configure your new project.
## Local Development
1. Clone this repository
2. Install dependencies:
```bash
npm install
```
3. Start the CLI in development mode:
```bash
npm run dev
```
## Project Structure
- `src/cli/` — CLI entrypoint and user prompts
- `src/core/` — Scaffolding and configuration functions
- `src/utils/` — Utilities (git, install, prompt)
## Requirements
- Node.js >= 18
## License
This project is licensed under the [MIT](LICENSE) license.