3.5.6 • Published 29 days ago

@neoaren/comet v3.5.6

Weekly downloads
-
License
MIT
Repository
github
Last release
29 days ago

logo


Getting started

import { GET, server } from '@neoaren/comet'

const comet = server()

comet.route({ pathname: '/api/test/:id', method: GET }, async ({ event }) => {
  // Business logic
  return event.reply.ok({ id: event.params.id })
})

export default <ExportedHandler>{
  fetch: comet.handler
}

Documentation

A proper documentation for Comet is work in progress.

Contribution guide

Use commit names with the following prefixes to indicate their purpose

EmojiPrefixDescription
:zap: :zap::zap: :zap:for implementing breaking functionality (semver major)
:zap::zap:for implementing non-breaking functionality (semver minor)
:hammer::hammer:for bug fixes and non-breaking improvements (semver patch)
:wrench::wrench:for configurations
:vertical_traffic_light::vertical_traffic_light:for tests
:memo::memo:for documentations
:mag::mag:for lint fixes
:recycle::recycle:for non-breaking refactoring
:paperclip::paperclip:for dependencies
:octocat::octocat:for workflows
:construction::construction:for experimental or temporary changes
3.5.6

29 days ago

3.5.5

30 days ago

3.5.4

30 days ago

3.5.3

1 month ago

3.5.2

1 month ago

3.5.1

1 month ago

3.4.1

5 months ago

3.4.0

6 months ago

3.3.0

6 months ago

3.2.2

10 months ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2-beta

1 year ago

1.0.1-beta

1 year ago

1.0.0-beta

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.1.13

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago