Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 9 hours ago
JSON representation

A Drowser Starter Kit 🚀

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/[email protected]/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.