A Nextcloud app that provides an enhanced apps menu interface for better navigation and app management.
The NCW Apps Menu app enhances the default Nextcloud apps menu with improved functionality and user experience. It provides a more intuitive way to access and manage your Nextcloud applications.
- Enhanced apps menu interface
- Improved navigation experience
- Better app organization and discovery
- Seamless integration with Nextcloud's existing interface
-
Clone this repository into your Nextcloud apps directory:
cd nextcloud/apps git clone <repository-url> ncw_apps_menu
-
Install dependencies:
cd ncw_apps_menu npm install composer install -
Build the frontend:
npm run build
-
Enable the app in your Nextcloud admin panel or via command line:
php occ app:enable ncw_apps_menu
- Node.js (^22.0.0)
- npm (^10.5.0)
- PHP 8.1+
- Composer
-
Clone the repository
-
Install dependencies:
npm install composer install
-
Start development mode:
npm run dev
npm run build- Build for productionnpm run dev- Build for developmentnpm run watch- Watch mode for developmentnpm run test- Run testsnpm run lint- Lint codenpm run lint:fix- Fix linting issues
Run the test suite:
npm testRun with coverage:
npm run test:coverageThis project is licensed under the AGPL-3.0-or-later license. See the LICENSE file for details.