-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Labels
Description
Trying to do something similar I ended using hooks. I feel the use of hooks should be easier and could achieve this issue as well. Since we all are developers, a programmatic hook to make any changes on the project is flexible and powerful (not so clean, though).
But I feel these issues:
- Very few docs, and only on the CLI repo, should be linked or mentioned in webpage and/or here. When you search for nativescript hooks in google or in the issues list, you won't find anything relevant! Only a blog post talking about v6 migration.
- Document or simplify the API to know how to retrieve basic information (the inners of CLI can be hidden a bit only for those willing to risk versions breaking their hooks).
- hooks directory is usually ignored for repo and removed (by tools or by user), a place to put project persistent hooks would be great.
Should this be a separate issue?
Originally posted by @xiromoreira in NativeScript/NativeScript#9520 (comment)
xiromoreira