1.0.10 • Published 10 months ago

promptology v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Promptology –Cursor AI Composer

This package is designed for use with the Cursor IDE, enhancing your AI-assisted coding experience.

Installation

npm install promptology

Usage

After installation, you need to run a setup command to create the necessary files:

npx promptology-setup

This will create the following structure in your project:

your-project/
└── prompt/
    ├── Frontend.md
    ├── Backend.md
    └── Main.md

You can then use the following commands in your Cursor IDE:

  • @Codebase: Points to the entire codebase
  • @Main.md: References the main documentation file
  • @Frontend.md: Directs to frontend-specific documentation
  • @Backend.md: Indicates backend-related documentation

Modify the .md files in the prompt folder to fit your project.

1.0.10

10 months ago

1.0.7

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago