Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowfrogdev/Vts
Vanilla TypeScript library starter CLI tool
https://github.com/snowfrogdev/Vts
Last synced: 3 months ago
JSON representation
Vanilla TypeScript library starter CLI tool
- Host: GitHub
- URL: https://github.com/snowfrogdev/Vts
- Owner: snowfrogdev
- License: mit
- Created: 2019-04-23T19:53:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T01:14:55.000Z (almost 2 years ago)
- Last Synced: 2024-07-12T01:49:16.225Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 2.29 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Vts CLI
Vts stands for Vanilla Typescript Starter. When said quickly, it also sounds like the french word `vitesse` which means speed. Vts CLI does one thing, and one thing only, but does it well and quickly; it sets up a new vanilla Typescript project with all the needed dependencies and configurations.
## Install
If you're here, you probably already have [Node](https://nodejs.org/en/). If you don't, download and install it.
then...
```bash
npm i -g vts-cli
```## vts CLI command
Vts only has one command:
### New
```bash
vts new {Project name}
```Generate a new Typescript project with Vts CLI. When you execute this command, Vts CLI will give you a series of options for your new project regarding *what asset bundler you would like to use (comming soon)* and weather or not to initialize a git repo.
The `new` command will create a new subdirectory with your `project name` from whatever directory you execute the command.