An open API service indexing awesome lists of open source software.

https://github.com/vdistortion/bitrix24-create-app

Интерфейс командной строки для установки шаблонов приложений Angular/Vue
https://github.com/vdistortion/bitrix24-create-app

angular bitrix24 bx24 scss typescript vue

Last synced: 3 months ago
JSON representation

Интерфейс командной строки для установки шаблонов приложений Angular/Vue

Awesome Lists containing this project

README

        

# bitrix24-create-app
[![NPM Version](https://img.shields.io/npm/v/bitrix24-create-app?style=flat&logo=npm&label=version&color=cb3837)](https://www.npmjs.com/package/bitrix24-create-app)
[![NPM Downloads](https://img.shields.io/npm/dw/bitrix24-create-app?style=flat&logo=npm&color=cb3837)](https://www.npmjs.com/package/bitrix24-create-app)
[![npm bundle size](https://img.shields.io/bundlephobia/min/bitrix24-create-app?style=flat&logo=npm&color=cb3837)](https://www.npmjs.com/package/bitrix24-create-app)
[![GitHub repo size](https://img.shields.io/github/repo-size/vdistortion/bitrix24-create-app?style=flat&logo=github)](https://github.com/vdistortion/bitrix24-create-app)
[![GitHub Repo stars](https://img.shields.io/github/stars/vdistortion/bitrix24-create-app?style=flat&logo=github)](https://github.com/vdistortion/bitrix24-create-app)
[![GitHub Created At](https://img.shields.io/github/created-at/vdistortion/bitrix24-create-app?style=flat&logo=github)](https://github.com/vdistortion/bitrix24-create-app)

angularvue

Command line for create a project with your own templates

### Templates

* [ng-template](https://github.com/vdistortion/bitrix24-create-app/tree/master/templates/ng-template#readme) (Angular 18, RxJS, TypeScript, SCSS, [bitrix24-library](https://www.npmjs.com/package/bitrix24-library))
* [vue-template](https://github.com/vdistortion/bitrix24-create-app/tree/master/templates/vue-template#readme) (Vue 3, Pinia, TypeScript, SCSS, [vue-bitrix24](https://www.npmjs.com/package/vue-bitrix24), [bitrix24-library](https://www.npmjs.com/package/bitrix24-library))

### Use

```sh
npx bitrix24-create-app@latest
```
```sh
cd testproject
git init
```