easy-templates
Version:
easy-templates - A library for creating various templates easily and efficiently using NPX.
44 lines (27 loc) • 1.84 kB
Markdown
[](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.
You can quickly create templates using "easy-templates" by running the following command:
```bash
npx easy-templates
```
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
<p align="center">
<a href="https://www.buymeacoffee.com/gabriellogan" target="_blank">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" >
</a>
</p>