Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T14:12:12.000Z (9 months ago)
- Last Synced: 2024-04-14T09:04:52.970Z (8 months ago)
- Topics: collaborate, communityexchange, cra-template, easy-template, easy-templates, github, student-vscode, templates
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/easy-templates
- Size: 101 KB
- Stars: 2
- 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
[![npm version](https://badge.fury.io/js/easy-templates.svg)](https://badge.fury.io/js/easy-templates)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![npm downloads](https://img.shields.io/npm/dm/easy-templates.svg?style=flat-square)](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