Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wbhob/typescript-starter


https://github.com/wbhob/typescript-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# typescript-starter

A simple starter for Node TypeScript projects with tests, CI, and scripts.

## Usage

```typescript
import { sum } from 'typescript-starter'

sum(1, 5) // returns 6
```

## Contributing

If you want to contribute, implement it in TypeScript in the `src/` directory. Add a test file in `__tests__/` to make sure it works properly – you can just copy one of the other testing files and substitute in your sorting algorithm.

## License

This project is licensed under the [MIT License](./LICENSE), so you're free to use it as you please with attribution and a link back to this project (though writing your own implementation would not be terribly difficult).

## Credits

Written by Wilson Hobbs, 2019.