Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshyabatman/vue-ts-templater
Npm lib which generates a vue component file for Vue + Typescript
https://github.com/lakshyabatman/vue-ts-templater
nodejs npm typescript vue
Last synced: 3 days ago
JSON representation
Npm lib which generates a vue component file for Vue + Typescript
- Host: GitHub
- URL: https://github.com/lakshyabatman/vue-ts-templater
- Owner: lakshyabatman
- Created: 2020-05-16T09:06:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T17:31:43.000Z (over 2 years ago)
- Last Synced: 2024-10-12T00:14:22.453Z (27 days ago)
- Topics: nodejs, npm, typescript, vue
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue-Ts-Templater
[![npm](https://img.shields.io/npm/v/vue-ts-templater)](https://www.npmjs.com/package/vue-ts-templater)
A light weight nodej script which builds a vue-ts component for you.
**Problem**, at my intern we basically deal with building Vue + TS application and writing that boilerplate component file is irritating, so I wrote a very basic nodejs script, which takes argument '--name' or 'name' and serves Vue + TS Component file.
### Installation
`npm i -g vue-ts-templater`
### Getting started
- Go to the directory where you want to add vue ts component.
- Run `vue-ts-templater --name=template_name`