-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Template Saving and Listing Functionality #283
Comments
@shalithasuranga assign me this I would like to work on it |
Thanks so much for creating this issue with your ideas @WannaCry016. Seems like this is not core requirement for the neu CLI based on other feature requests from app developers. So, we can create a CLI plugin for this feature. Feel free to implement a plugin and publish it to NPM. Then, we can add it to: https://neutralino.js.org/resources Thanks 🎉 |
@shalithasuranga Also I was thinking of a command to dockerize the project it will help in team work , consistent isolated enviroment. Is this a good idea??? |
Hey @shalithasuranga @WannaCry016 , i have created this feature that allows saving templates, listing, removing and creating new projects from locally saved templates. github repository link and npm package link. pls review and add it into neutralinojs resources. |
Currently, Neutralinojs CLI allows us to create projects from GitHub templates, but it lacks functionality for managing and reusing locally saved templates. Developers have to re-download or clone templates from remote sources every time they need them, which can slow down the development process.
Proposed Solution
Adding the following features:
neu template save <template-name>
neu template list
neu template remove <template-name>
neu create <project-name> --template <template-name>
Benefits
Next Steps
The text was updated successfully, but these errors were encountered: