English | 简体中文
Tiny CLI is a powerful front-end engineering command line tool.
Open git bash, zsh, and other command-line tools, type the following command, and press Enter:
$ npm i @opentiny/cli -g
Wait for a while. After the installation is complete, run $tiny -v
on the terminal. If the version information is displayed, the installation is successful.
Note: tiny-cli depends on the nodejs (12.x or later) and npm environments. Before installing Tiny CLI, ensure that nodejs and npm have been installed on the local host.
- CLI Tool Design Document
- User Documentation
- Developer Documentation
You can enter $tiny -h
on the terminal to view the Tiny Help.
tiny help info: $ tiny [command] [options]
$ tiny The help information is displayed. If a toolkit is used in the directory, the help information of the toolkit is also displayed.
$ tiny init [toolkitName] Initialization Kit
$ tiny update [name] Update module
$ tiny list [type] Plug-in list
$ tiny i Installing the NPM Module
$ tiny clear Clear the local cache of Tiny.
$ tiny help Displays suite help information.
$ tiny [name] Other Invoking Plug-in Commands
Options:
-h, --help Displays help information.
-v, --version Show Tiny Version
Hint:
Toolkits - To view help information about toolkits used in your project, execute this command in the project root directory.
Plugins - To view the help information about the plugin, run the tiny [name] help command, for example, tiny git help.
The @opentiny/tiny-toolkit-dev
toolkit is used as an example to describe the development process.
-
Initializing a project
# Create and enter the project folder $ mkdir my-project && cd $_ # Initializing the Dev Development Environment $ tiny init dev
-
Enable the local environment.
# Enabling the Dev Development Environment $ tiny start
-
Compile and package the project.
$ tiny build
If problems occur during development and use, create issues in the code repository.
- Ensure that lerna has been installed:
npm install --global lerna
- Ensure that the node version is v12.x or later.
Initialize:npm run init
Development:npm run dev
Build:npm run build
Verify: npm run link
Run the npm run build
command in the root directory. The lib and dist directories are packed.
If you are interested in our open source project, please join us!
Please read [Contribution Guide] (CONTRIBUTING.md) before participating in a contribution.
- Add the official assistant WeChat
opentiny-official
and join the technical exchange group. - Join the mailing list opentiny@googlegroups.com
Thanks goes to these wonderful people (emoji key):
fengyon 📖 |
qihe 📖 |