Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Nylas Web
# Nylas JavaScript

> Modern, open source JavaScript/TypeScript packages for integrating with the Nylas platform

Expand Down Expand Up @@ -27,23 +27,6 @@ npm install @nylas/connect

---

*More packages coming soon! This repository will expand to include additional Nylas integration tools and utilities.*

## 🚀 Quick Start

1. **Install a package**
```bash
npm install @nylas/connect
```

2. **Follow the package documentation**
- Each package has comprehensive documentation in its README
- Examples and guides are included

3. **Get your Nylas credentials**
- Sign up at [nylas.com](https://nylas.com)
- Get your Client ID from the [Nylas Dashboard](https://dashboard.nylas.com)

## 🛠 Development

This is a monorepo managed with **pnpm workspaces**.
Expand Down Expand Up @@ -80,8 +63,7 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
- **📚 Documentation**: [developer.nylas.com](https://developer.nylas.com)
- **💬 Community**: [Forums](https://forums.nylas.com)
- **🐛 Issues**: [GitHub Issues](https://github.com/nylas/web/issues)
- **✉️ Email**: support@nylas.com

---

*Built with ❤️ by the Nylas team and open source contributors.*
*Built with ❤️ by the Nylas team and open source contributors.*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nylas/web",
"name": "@nylas/javascript",
"version": "1.0.0",
"description": "Modern, open source JavaScript/TypeScript packages for integrating with the Nylas platform",
"type": "module",
Expand Down