Skip to content
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

Closed
mainalikishan opened this issue Nov 10, 2014 · 15 comments
Closed

Request: Add Command-Line Interface(CLI) as of Cordova #804

mainalikishan opened this issue Nov 10, 2014 · 15 comments

Comments

@mainalikishan
Copy link

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

@gcamrit
Copy link

gcamrit commented Nov 10, 2014

+1 👍

@Reshamkhadka
Copy link

👍

@chaudharyramesh
Copy link

+1 (y)

@zcbenz
Copy link
Contributor

zcbenz commented Nov 10, 2014

This is absolutely something I want to have in atom-shell, it should also handle native module building as mentioned in #793.

@joshilomas
Copy link

+1

@reggi
Copy link

reggi commented Nov 14, 2014

+1 🌈

@mainalikishan
Copy link
Author

any updates on this?

@reggi
Copy link

reggi commented Jan 21, 2015

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.

@xfq
Copy link
Contributor

xfq commented Mar 6, 2015

IIUC the command line tool won't have subcommands similar to:

  • cordova platform add/rm/ls
  • cordova emulate
  • cordova plugin

But it will have (let's assume that this tool is called husk):

  • husk create
  • husk run
  • husk build (or husk dist?)
  • husk help
  • husk info (which produces a listing of potentially useful details, such as the version numbers of Chromium, Node.js , and husk itself)

Comments?

@Ikana
Copy link

Ikana commented Nov 20, 2016

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.

@MarshallOfSound
Copy link
Member

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

@Ikana
Copy link

Ikana commented Nov 20, 2016

Hey @MarshallOfSound maybe we can work together, i think there is still a need to integrate native package building for electron on the tools.

@MarshallOfSound
Copy link
Member

@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 😢 ).

@Ikana
Copy link

Ikana commented Nov 20, 2016

@MarshallOfSound, I could help you with the testing

@stale stale bot added the wontfix label Mar 15, 2017
@zeke zeke removed wontfix labels Mar 15, 2017
@codebytere
Copy link
Member

As electron-forge is now the standard for this, issues related to it are probably better posted on that repo. This issue has been stale for a while, i'm going to go ahead and close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests