nooby_cli
v1.0.1
Published
A simple interactive ✨ **CLI tool** ✨ that can be used to help you with project creation and configuration settings.
Downloads
17
Readme
Nooby_cli ✨😎
Interactive Node CLI Tool
A simple interactive ✨ CLI tool ✨ that can be used to help you with project creation and configuration settings.
Installation
You can install it from npm:
npm i nooby_cli
You can find it on the npm website.
Running the CLI Tool
To start the CLI tool, run:
nooby_cli <command>
Available Commands
c | create
: Create a new project.l | list
: List all technologies.help
: Provide help and usage information.version
: Display the current version of the CLI tool.
Example
$ nooby_cli c
? Project name : Project_name
? Select a tech (Use arrow keys)
❯ Typescript
React
React_ts
Vue
Vue_ts
Angular
Angular_ts
? Author name : Ahmed
? Version : 1.0.0
⠋ Setting up your project...
Your project is ready!
To get started, navigate to your project directory and run the following commands:
cd Project_name
npm install
npm start
Typescript Documentation
You have selected Typescript for your project. Here is the link to the official documentation to help you get started: Typescript Documentation
✔ Project setup complete!