https://github.com/andostronaut/drowser-starter-kit
A Drowser Starter Kit 🚀
https://github.com/andostronaut/drowser-starter-kit
deno denoland drowser starter-kit starter-project testing-tools
Last synced: 4 months ago
JSON representation
A Drowser Starter Kit 🚀
- Host: GitHub
- URL: https://github.com/andostronaut/drowser-starter-kit
- Owner: andostronaut
- License: mit
- Created: 2024-07-02T07:36:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T19:21:39.000Z (almost 2 years ago)
- Last Synced: 2025-10-07T05:54:04.894Z (9 months ago)
- Topics: deno, denoland, drowser, starter-kit, starter-project, testing-tools
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Drowser Starter Kit 🚀🦕
## Introduction
Welcome to the Drowser Starter Kit! This repository provides a foundation for creating and using libraries in the Deno ecosystem.
## Features
- **Simple Setup**: Get started quickly with a basic project structure.
- **Library Development**: Write your Deno library code with ease.
- **Testing**: Includes setup for testing your code.
- **Documentation**: Guidelines for documenting your testing workflows.
## Getting Started
Follow these steps to start using this starter kit:
1. Clone this repository.
2. Customize the library code in the `src/` directory.
3. Run tests using `deno test`.
4. Document your library following the guidelines in the `docs/` directory.
## Usage
To use the library in your projects, you can import it like this:
```typescript
import { driver } from "https://deno.land/x/drowser@v0.1.4/mod.ts";
```
## Contribution
Feel free to contribute to this starter kit by opening issues or pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](license) file for details.