Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/felipesousa/setype

🪐 a automated workflow to typescript libraries!
https://github.com/felipesousa/setype

actions cd ci eslint github github-actions jest library prettier rollup typedoc typescript workflow

Last synced: about 1 month ago
JSON representation

🪐 a automated workflow to typescript libraries!

Awesome Lists containing this project

README

        

# 🪐 Setype

> a automated workflow to your next typescript project!

[![Coverage Status](https://coveralls.io/repos/github/felipesousa/setype/badge.svg?branch=master)](https://coveralls.io/github/felipesousa/setype?branch=master) ![CI/CD](https://github.com/felipesousa/setype/workflows/CI/CD/badge.svg?branch=master)

_Note: You can check the [current version here.](https://github.com/felipesousa/setype/)_

## 🛠⚙️ Features/Stack

---



---

- [TypeScript](https://www.typescriptlang.org/) | TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
- [RollupJS](https://rollupjs.org/guide/en/) | Module bundler for JavaScript.
- [Prettier](https://prettier.io/) | A code formater integrated with ESLint and VS Code Automation.
- [ESlint](https://eslint.org/) | Find and fix problems on TypeScript/Javascript code.
- [Github Actions](https://github.com/features/actions) | Automated Workflow to tests, documentation, npm-publish and build.
- [Coveralls](https://coveralls.io/) | A dashboard to your coverage report source code.
- [Github Pages](https://pages.github.com/) | Automated documentation with TypeDoc and published with Github Actions.
- [TypeDoc](http://typedoc.org/) | A documentation generator for TypeScript projects.
- [NPM Automated Publish](https://www.npmjs.com/) | Automated publish packages on npm using github actions.
- [VS Code Integration](https://github.com/prettier/prettier-vscode) | Automated Formatter and Fix with VS-Code Prettier Plugin.

## Roadmap and Board

You can check-out the [milestones](https://github.com/felipesousa/setype/milestones) and the [board](https://github.com/felipesousa/setype/projects/1) to see the process and the tasks that are in development.

## Install and Usage

You can check all details about the library in the [documentation page](https://felipesousa.github.io/setype/).

## Contributing

Please check out the [CONTRIBUTING.md](https://github.com/felipesousa/setype/blob/develop/CONTRIBUTING.md).

## License

Setype - LICENSE @ [MIT](https://github.com/felipesousa/setype/blob/develop/LICENSE)