https://github.com/gabriel-logan/easy-templates
"easy-templates" is a library that facilitates the automated and efficient creation of various templates using NPX. It simplifies the template creation process and streamlines the setup of project structures.
https://github.com/gabriel-logan/easy-templates
collaborate communityexchange cra-template easy-template easy-templates github student-vscode templates
Last synced: 6 months ago
JSON representation
"easy-templates" is a library that facilitates the automated and efficient creation of various templates using NPX. It simplifies the template creation process and streamlines the setup of project structures.
- Host: GitHub
- URL: https://github.com/gabriel-logan/easy-templates
- Owner: gabriel-logan
- License: mit
- Created: 2023-10-23T02:07:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T18:55:07.000Z (over 1 year ago)
- Last Synced: 2025-10-05T02:58:11.710Z (9 months ago)
- Topics: collaborate, communityexchange, cra-template, easy-template, easy-templates, github, student-vscode, templates
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/easy-templates
- Size: 1.58 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# easy-templates
[](https://badge.fury.io/js/easy-templates)
[](https://opensource.org/licenses/MIT)
[](https://npm-stat.com/charts.html?package=easy-templates)
"easy-templates" is a library that simplifies the process of creating various templates using NPX. It automates and streamlines the setup of project structures, making template creation more efficient.
## How to Use
You can quickly create templates using "easy-templates" by running the following command:
```bash
npx easy-templates
```
### just that
#### You can also use yarn or npm, you choose, and has preconfigurations for your package.json
## Available Templates Modules
Templates
- **reactjs_ts_webpack_react-router-dom_styled-components_babel**: Reactjs with typescript, webpack, react-router-dom and styled-components pre configured
- **simple-Html-Js-Css-Structure**: Create a simple structure using html css and javascript
- **js-express-sequelise-dotenv-nodemon-sucrase**: Creates a server structure using pre-configured (express and javascript).
- **ts-express-sequelise-dotenv-nodemon-tsnode**: Creates a server structure using pre-configured (express and typescript).
Pre configs only
- **js-eslint-generic**: Run a sub runner asking for several custom options
- **ts-eslint-prettier**: Create a file structure and install dependencies using ts eslint and prettier
### Help the dev