-
-
Notifications
You must be signed in to change notification settings - Fork 197
Implement plugin init command #586
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement plugin init command
Background
Developing of NativeScript plugins may be a daunting task, especially for newcomers.
On the other hand, advanced users want to boost their productivity.
To satisty their needs, we need to provide an easy to use, interactive way to create NativeScript plugins.
To grasp the plugins infrastructure, read the plugins docs.
Tasks
plugin init
command in the CLInpm init
to create the package.json and the plugin structure sceleton..aar
file.The text was updated successfully, but these errors were encountered: