All Projects → tars → Tars Cli

tars / Tars Cli

Licence: mit
CLI for TARS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Tars Cli

Phulp
The task manager for php
Stars: ✭ 294 (+219.57%)
Mutual labels:  gulp, builder
Builder
Drag and drop page building using your code components
Stars: ✭ 1,281 (+1292.39%)
Mutual labels:  builder
Gulp Develop Server
Development assistant for node.js server by gulp
Stars: ✭ 72 (-21.74%)
Mutual labels:  gulp
Electrate
Quick and Easy Electron + React Boilerplace
Stars: ✭ 80 (-13.04%)
Mutual labels:  gulp
Gulp Plugin Boilerplate
Boilerplate to kickstart creating Gulp plugins
Stars: ✭ 74 (-19.57%)
Mutual labels:  gulp
Generator Fountain Angular2
Yeoman 'fountain' generator to start a webapp with Angular 2
Stars: ✭ 84 (-8.7%)
Mutual labels:  gulp
Myblog
我的个人博客,记录自己的所学所享.
Stars: ✭ 71 (-22.83%)
Mutual labels:  gulp
Ghost Theme Template
A project scaffold for building ghost themes using gulp, node-sass, & autoprefixer
Stars: ✭ 91 (-1.09%)
Mutual labels:  gulp
Gulp Pure Start
Start your project with 'Gulp Pure Start' easily than ever!
Stars: ✭ 89 (-3.26%)
Mutual labels:  gulp
Dartson
Dartson is a Dart library that can be used to convert Dart objects into a JSON string.
Stars: ✭ 78 (-15.22%)
Mutual labels:  builder
Postcss Modules Example
How to use postcss-modules plugin
Stars: ✭ 78 (-15.22%)
Mutual labels:  gulp
Laravel Multistep Forms
Responsable Multistep Form Builder for Laravel
Stars: ✭ 76 (-17.39%)
Mutual labels:  builder
Gulp Pug Sass Seed
🍹 A Pug and Sass starter project using gulp for task automation.
Stars: ✭ 84 (-8.7%)
Mutual labels:  gulp
Checklist Tools Website
🍿 The perfect Checklist Website for meticulous developers.
Stars: ✭ 73 (-20.65%)
Mutual labels:  gulp
Gulp Ngmin
[DEPRECATED] Pre-minify AngularJS apps with ngmin
Stars: ✭ 89 (-3.26%)
Mutual labels:  gulp
Nfu Guide Map
📍 地图导览小程序 — 南苑导览 🚶 仅需修改配置即可适配任意场景的个性化定制地图小程序
Stars: ✭ 72 (-21.74%)
Mutual labels:  gulp
Apprater Dialog
A dialog which asks the user to rate the app
Stars: ✭ 77 (-16.3%)
Mutual labels:  builder
Sketch Threejs
Interactive sketches made with three.js.
Stars: ✭ 1,227 (+1233.7%)
Mutual labels:  gulp
Pug Sass Boilerplate Starter Kit
A Front-end template for building web apps or sites using Pug(Jade) and Sass
Stars: ✭ 92 (+0%)
Mutual labels:  gulp
Css Flags
A collection of pure CSS flags, all single divs.
Stars: ✭ 90 (-2.17%)
Mutual labels:  gulp

English description | Описание на русском

TARS-CLI

NPM version Downloads Mac/Linux Build Status Windows Build status Gitter

TARS-CLI — Command Line Interface for the TARS markup builder TARS.

The main problem in developing markup with TARS is all npm-dependences installing for each project every time. As the result, each project takes more than 200MB. To simplify initialization of the project and the work with TARS TARS-CLI was established. All TARS basic documentation is in the original TARS repository TARS.

TARS-CLI is just an interface of the main builder, which allows you to:

  • Initialize the project.
  • Start dev-command with browser reloading and opening tunnel to the Internet.
  • Start the build-command with the minified files or in release mode.
  • Add component with different set of files.
  • Add empty page or copy an existing page.

If you have any problems with TARS-CLI, please read the troubleshooting docs.

How to install

You have to install TARS-CLI globally:

npm i -g tars-cli

If you get a Permission denied or Error: EACCES error, you should run the previous command again in sudo.

If you use Node.js version 5.x.x, please, be sure, that you use npm version 3.3.10 and higher. Otherwise update npm by using command:

npm i -g npm

For Windows you have to do some more steps:

  • navigate to C:\Program Files (x86)\nodejs or C:\Program Files\nodejs via cmd.exe or any available terminal. The path depends on how Node.js was installed;
  • run command npm install [email protected].

If you get a Permission denied or Error: EACCES error, you should run the previous command again in sudo.

Initialize your first project with:

tars init

TARS-CLI commands

All commands have similar template of executing:

tars + command-name + flags

You can run the tars --help or tars -h or just tars without additional command and flags at any moment. This command displays information about all available commands and flags. Also you can add the --help key or -h key to any command to get full description of this command.

tars -v or tars --version will display current version of TARS-CLI installed on your computer and current version of TARS in current project. Also, you will be informed about updating, if it is available.

Almost all command has the interactive mode. In this mode you can to communicate with CLI like it has its own GUI. If you are using interactive mode you don’t need to know what the flags are responsible for, because you are communicate with CLI with natural language. Interactive mode is easy to disable if you use automatic testing or something else that doesn’t require the human presence.

Command list

Feel free to write to [email protected]com or gitter and ask me all question about TARS-CLI.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].