Skip to content

Imaginary Landing Page for Coffeeshop in Bali called Kopige Republik

Notifications You must be signed in to change notification settings

yusadankamu/kopige

Repository files navigation

🚀 Kopige Republik Coffeeshop

A modern landing page for the imaginary coffeeshop in Bali

🌟 Features

  • Fast Copying: Lightning-fast file copying with optimized performance
  • Progress Tracking: Real-time progress monitoring
  • Error Handling: Robust error handling and recovery
  • Cross-Platform: Works seamlessly across different operating systems

🛠️ Installation

npm install kopige

📖 Usage

import { kopige } from 'kopige';

// Simple file copy
await kopige.copy('source.txt', 'destination.txt');

// Copy with progress tracking
await kopige.copy('source.txt', 'destination.txt', {
  onProgress: (progress) => {
    console.log(`Progress: ${progress}%`);
  }
});

⚙️ API Reference

copy(source, destination, options?)

Copies a file from source to destination.

Parameters

  • source (string): Path to the source file
  • destination (string): Path to the destination
  • options (object, optional):
    • onProgress: Callback function for progress updates
    • overwrite: Boolean to allow overwriting (default: false)

Returns

  • Promise: Resolves when copying is complete

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

👥 Authors

🙏 Acknowledgments

  • Thanks to all contributors who have helped make this project better
  • Special thanks to the Node.js community for inspiration

Made with ❤️ by I Wayan Dirgayusa

About

Imaginary Landing Page for Coffeeshop in Bali called Kopige Republik

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published