1.0.10 • Published 1 year ago

promptology v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.7

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago