-
-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
Welcome to the FAQ section for Create Nolly CLI! ๐ Here you'll find answers to the most commonly asked questions about using the CLI, troubleshooting, and contributing. If you donโt find your question here, feel free to ask in the Discussions. ๐
Create Nolly CLI is a modern, developer-friendly command-line tool for bootstrapping web projects. It provides preconfigured templates for Frontend, Backend, and Fullstack projects, saving you time and effort during setup. ๐
Install it globally using your favorite package manager:
npm install -g nolly-cli
# or
pnpm add -g nolly-cli
# or
yarn global add nolly-cli
Run the CLI with the following command:
create-nolly new <project-name>
Follow the interactive prompts to select your template and set up the project.
The CLI supports the following templates:
- โก Frontend: Vite + React + TypeScript + SASS.
- ๐ Backend: Express + TypeScript.
- ๐ Fullstack: Combines both Frontend and Backend.
- Make sure you have the required Node.js version (v18+).
- Check if the CLI is installed globally:
npm list -g --depth=0 | grep nolly-cli
- If the issue persists, reinstall the CLI:
npm uninstall -g nolly-cli && npm install -g nolly-cli
Run the following command:
create-nolly clear-cache
The CLI automatically checks for updates. If an update is available, you'll be notified. You can also manually update it:
npm install -g nolly-cli
Absolutely! After generating a project, feel free to edit or extend the files to suit your needs.
Youโre welcome to contribute! Check out the Contributing Guide for details.
Yes! Open an issue with the title:
[FEATURE] Your Feature Name
Provide a clear description of your idea, why itโs useful, and how it would work.
If your question isnโt answered here:
- Check the Documentation.
- Join our Discord Community.
- Open a Discussion.
Happy hacking! ๐