Skip to content

nuecms wizard provides a smooth and user-friendly experience for NueCMS

License

Notifications You must be signed in to change notification settings

nuecms/nuecms-wizard

Repository files navigation

logo


build status


nuecms-wizard

A user-friendly tool to quickly create and configure a new NueCMS project, guiding you through setup, template selection, and configuration for a seamless start.

Features

  • Step-by-step project setup for NueCMS.
  • Customizable options to suit project requirements.
  • Lightweight and easy to use.

Installation

Unix/macOS

Install via shell script:

curl -fsSL https://get.nuecms.com/install.sh | sh

Windows

Install via PowerShell:

irm https://get.nuecms.com/install.ps1 | iex

Usage

Create a new project

 cd /path/to/project-sources

 curl -fsSL https://get.nuecms.com/install.sh | sh

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork this repository.
  2. Create a feature branch: git checkout -b feature-name.
  3. Commit your changes: git commit -m 'Add feature name'.
  4. Push to the branch: git push origin feature-name.
  5. Open a pull request.

Please ensure that your code passes the existing tests and linting rules. If you add new features, write tests for them.

License

MIT License. See the LICENSE file for more details.