https://github.com/wesleyara/create-app
Create app te auxilia na criação de templates para projetos do ecossistema Javascript e Typescript.
https://github.com/wesleyara/create-app
Last synced: 3 months ago
JSON representation
Create app te auxilia na criação de templates para projetos do ecossistema Javascript e Typescript.
- Host: GitHub
- URL: https://github.com/wesleyara/create-app
- Owner: wesleyara
- License: mit
- Created: 2022-11-18T13:25:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T21:23:29.000Z (over 2 years ago)
- Last Synced: 2025-01-26T18:17:28.505Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Create AppCreate app assists in creating templates for Javascript and Typescript ecosystem projects.
[](https://github.com/ellerbrock/open-source-badges/)
[](https://opensource.org/licenses/mit-license.php)
[](https://www.gnu.org/software/bash/) [](#contributors-)
:rocket: How use •
🛠️ Tools •
:pencil: Contributing •
:adult: Thanks •
:page_facing_up: License
# :rocket: How use
Instalation:
```bash
# Clone this repository
git clone https://github.com/wesleyara/create-app $HOME/create-app# Add to your path
chmod +x $HOME/create-app/script.sh
sudo ln -s $HOME/create-app/script.sh /usr/bin/create-app
```Run:
```bash
create-app
```Update:
```bash
cd $HOME/create-app
git pull
cd -
```Answer the questions (When choosing the tool, use the arrows keys to navigate, the spacebar to select and enter to finish)
# 🛠️ Tools
## :technologist: Improve Developer experience
- [Eslint](https://eslint.org/docs/user-guide/configuring/), [Prettier](https://prettier.io) and [Editorconfig](https://editorconfig.org)
- [Lint Staged](https://github.com/okonet/lint-staged) (with [husky](https://typicode.github.io/husky/#/)) | **Under development**
- [Commitizen](https://github.com/commitizen/cz-cli) and [Commitlint](https://commitlint.js.org/#/) (with [husky](https://typicode.github.io/husky/#/)) | **Under development**
- Basic CI (with [github actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions)) | **Under development**## :art: Style Libraries
- [Tailwind](https://tailwindcss.com/docs/installation)
- [Styled Components](https://styled-components.com) | **Under development**## :sparkles: Others
- [React Router Dom](https://v5.reactrouter.com/web/guides/quick-start) **Under development**
- [Storybook](https://storybook.js.org/docs/react/get-started/introduction) | **Under development**## :test_tube: Tests
- [Vitest](https://vitest.dev/guide/why.html) with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) **Under development**
- [Jest](https://jestjs.io/docs/getting-started) with [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/) | **Under development**# :pencil: Contributing
Your contribution to the `create-app` is essential for the evolution of the project, you can do it as follows:
- Open an [issue](https://github.com/wesleyara/create-app/issues) to clear doubts, report bugs or give ideas
- Open a [pull request](https://github.com/wesleyara/create-app/pulls) to give ideas for code improvement, implementation of new features and bug fixesThese are just some of the ways you can contribute to the project read the [CONTRIBUTING](https://github.com/wesleyara/create-app/blob/main/.github/CONTRIBUTING.md) for more information
# :adult: Authors
## ✨ Contributors
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
# :page_facing_up: License
Vite helper is a open source project licensed as [MIT](LICENSE).