@nativescript-forge/cli
v1.0.10
Published
NativeScript Forge in your terminal, an opinionated interactive wrapper around the NativeScript CLI
Readme
NativeScript Forge CLI (nsf)
An opinionated interactive wrapper around the NativeScript CLI, designed to streamline your development workflow with a beautiful and intuitive interface.
Overview
NativeScript Forge CLI (nsf) is a wrapper around the standard NativeScript CLI that provides a more guided and interactive experience for common tasks, starting with project creation. It works just like the usual ns command, but by simply adding the letter f it becomes nsf, giving developers a more visual and user-friendly CLI workflow. This tool also serves as the command-line counterpart of the NativeScript Forge GUI App (https://github.com/nativescript-forge/gui-app
).
Installation
npm install -g @nativescript-forge/cliUsage
You can use the nsf command followed by any supported NativeScript action.
- Main Menu: Run
nsf menuto see all available interactive commands in a beautiful list. - Direct Command: Run
nsf <command>(e.g.,nsf create,nsf run) to jump directly into a specific task. - Help: Run
nsfwithout arguments to see the standard help information.
Documentation
For detailed command descriptions, options, and advanced usage, see: Full Commands Documentation
