1.1.0 • Published 1 year ago

@nickelfox/foxgen v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

FoxGen

This is helper command line tool to help you to create ReactJs project with minimal effort. You just need to install this package globally in your system and voila, you're good to go.

Installation

To install this package, please run bellow commands

npm i -g @nickelfox/foxgen

OR

yarn add global @nickelfox/foxgen

OR If you want to use npx instead of npm

npx --yes @nickelfox/foxgen [project-name]

Once you're done with global installation, open a new terminal and check if everything is good. Check the package version using

foxgen -v

This must return File

Usage

This package require minimum effort from you to complete the project setup. 1. To start a new project, run

foxgen init [project_name]
  1. Answer the questions asked by CLI and press enter
  2. After final answer, it'll start project creation and withing 2 minute, you'll be ready to write code in the project.

Some of the options may not work as of now, it is still in development