tv-toolkit-cli
v0.0.3
Published
a cli tool to create toolkit components for studio.
Downloads
5
Readme
TKCLI - The CLI tool for studio toolkit creation.
A command-line interface tool that you use to initialize, develop, scaffold, and maintain your toolkit.
Documentation
Get started with TKCLI, learn the fundamentals and explore advanced topics.
Prerequisites
- Install Node.js which includes Node Package Manager
Installation
- Run the command to install:
npm install -g tv-toolkit-cli
Usage
- Create toolkit workspace:
tkcli new -n [Toolkit Name]
- CLI helper options:
tkcli -h
or
tkcli --help
- Create Component
tkcli generate component -n [Component name]
Changelog
Learn about the latest improvements.
Developer Guide
To begin development on the cli tool find the repository on bitbucket: https://bitbucket.org/bhivedevs/toolkit-cli/src/main/
- read our developers guide for more info.
Community
Join the conversation and help the community.