-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
Request: Add Command-Line Interface(CLI) as of Cordova #804
Comments
+1 👍 |
👍 |
+1 (y) |
This is absolutely something I want to have in atom-shell, it should also handle native module building as mentioned in #793. |
+1 |
+1 🌈 |
any updates on this? |
I've gone off building something to assemble my app that uses settings from my apps package.json file. I would love if this existed already. I've published some of the functions in this dump repo I have I have some unpublished stuff that puts it all together a bit, but it's unfinished and it's no CLI. Disclaimer: I've since moved to promises / bluebird instead of caolan/async, I wouldn't use that NPM proj as it's def not stable. Just sharing that I'm interested in a FULL build process for atom shell. |
IIUC the command line tool won't have subcommands similar to:
But it will have (let's assume that this tool is called
Comments? |
Hi, i am working on this sort of tool, right now it only creates a new project, and I am for any comments and contributions. |
I totally forgot to mention I made something like this for a friend. https://github.com/MarshallOfSound/electron-forge electron-forge init
electron-forge start
electron-forge package |
Hey @MarshallOfSound maybe we can work together, i think there is still a need to integrate native package building for electron on the tools. |
@Ikana I had windows / macOS / debian package building working locally but I haven't pushed / tested yet as I got distracted by other things (exams 😢 ). |
@MarshallOfSound, I could help you with the testing |
As |
Hello,
It would be great feature and lot easier to work on atom-shell, if it can have CLI as of cordova:
http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html#The%20Command-Line%20Interface
The text was updated successfully, but these errors were encountered: