website-creator

1.0.2 • Public • Published

Website Creator

Description

A Node.js tool that generates React components and corresponding instruction files for building websites with AI assistance.

Installation

# Install globally
npm install -g website-creator

# Or use directly with npx
npx website-creator

Usage

# If installed globally
website-creator

# Or with npx
npx website-creator

# Or from the project directory
npm run create

Color Schemes

The tool supports customizable color schemes which can be modified in src/config/colorSchemes.js. By default, it uses:

  • Blue: Professional and modern design theme

Generated Structure

websiteCreatorDir/
├── unstyledComponents/
│   ├── Home.js
│   └── Header.js
├── HomeInstructions.md
├── HeaderInstructions.md
└── feelPrompt.md

Project Organization

project/
├── createFiles.js        # Main file handling component generation
├── index.js             # CLI entry point
├── src/
│   ├── config/          # Configuration files
│   │   └── colorSchemes.js
│   └── templates/       # Component and markdown templates
│       ├── components.js
│       └── markdown.js
└── package.json

Requirements

  • Node.js >= 14.0.0
  • React project setup

Scripts

  • npm run create: Generate all components and instruction files
  • npm start: Run the main application

License

ISC

Package Sidebar

Install

npm i website-creator

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

14.8 kB

Total Files

8

Last publish

Collaborators

  • linguist89