Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/felipesousa/setype
- Owner: felipesousa
- License: mit
- Created: 2020-03-05T13:31:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T15:15:53.000Z (over 3 years ago)
- Last Synced: 2023-02-28T05:15:53.849Z (almost 2 years ago)
- Topics: actions, cd, ci, eslint, github, github-actions, jest, library, prettier, rollup, typedoc, typescript, workflow
- Language: TypeScript
- Homepage: https://felipesousa.github.io/setype/
- Size: 281 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)