https://github.com/seppwc/fuchsia-cli
CLI tool for FennecJS
https://github.com/seppwc/fuchsia-cli
cli fuchsia hacktoberfest typescript
Last synced: 11 months ago
JSON representation
CLI tool for FennecJS
- Host: GitHub
- URL: https://github.com/seppwc/fuchsia-cli
- Owner: seppwc
- License: mit
- Created: 2020-07-10T13:59:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:28:17.000Z (about 3 years ago)
- Last Synced: 2025-02-08T19:47:53.752Z (11 months ago)
- Topics: cli, fuchsia, hacktoberfest, typescript
- Language: TypeScript
- Homepage:
- Size: 915 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fuchsia-CLI
### CLI tool for FuchsiaJS
### install
#### local install
```bash
npm install -save-dev @fuchsia/cli
```
#### global install
```bash
npm install -g @fuchsia/cli
```
### Usage
#### local install
```bash
npx fuchsia [command]
```
#### global install
```bash
fuchsia [command]
```
## basic commands
```
fuchsia [command]
-v --version: display CLI version
-h --help [command]: display Help info for command
```
### new
creates a new fuchsiajs project in [name] folder
```
fuchsia new [name]
```
new command will prompt you for your prefered language (Javascript or Typescript) and prefered package manager (NPM / YARN).