https://github.com/codeacme17/nafr-cli
cli for leyoonafr
https://github.com/codeacme17/nafr-cli
cli project-builder terminal
Last synced: about 2 months ago
JSON representation
cli for leyoonafr
- Host: GitHub
- URL: https://github.com/codeacme17/nafr-cli
- Owner: codeacme17
- License: mit
- Created: 2023-02-18T07:54:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T09:14:55.000Z (over 1 year ago)
- Last Synced: 2025-01-12T11:48:49.214Z (4 months ago)
- Topics: cli, project-builder, terminal
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nafr-cli

CLI for leyoonafr.
### ✨ Create
```bash
nafr create [package-name]
```Use the above command to create a project with default framework templates. There are three frameworks that you can chose.
```bash
> vue
react
vanilla
```### 💉 Inject
```bash
nafr inject [plugin]
```You can use above command to install a plugin and auto-configure to your project. The following are the existing plugins.
```bash
> axios
tailwindcss
eslint
```### 🔧 Git
```bash
nafr git [options]
```**options**
`-s, --standard`: shows a git commit standard.
`-e, --emoji`: display emojis from [gitmojis](https://github.com/carloscuesta/gitmoji).