102 Commits

Author SHA1 Message Date
Thomas Chung
2e9e3cd4ba Make relative paths in include work for cli 2022-07-13 01:42:35 +10:00
Brittany Harris
0cf97ae9b4 convert cli passthrough hyphen case options to camelcase before rendering 2020-06-15 13:49:28 +01:00
Lars Hamre
bb4e4a4d64 Fix cli includes by defaulting views to the current working directory 2020-06-06 01:19:44 -04:00
mde
ec8469084c Added support for data from stdin 2020-04-26 21:55:16 -07:00
mde
0f3eb48132 Camelize all CLI opts internally 2020-04-23 21:21:31 -07:00
Sunny Luo
e527cd2cd9 Update cli.js 2020-04-21 15:14:32 +08:00
Sunny Luo
755d70c170 Fix wrong output file option in cli 2020-04-21 15:08:11 +08:00
mde
78aff10607 Linting 2020-04-19 14:08:52 -07:00
mde
a7928c23e0 Use kebab-case for opt 2020-04-19 13:59:44 -07:00
mde
82a0309858 Implemented CLI 2020-04-19 12:02:25 -07:00
mde
ad2c20eddd Set up repo using original EJS 2014-12-31 09:56:37 -08:00
mde
517e18adb2 Check for Jake/gen commands sooner, allow them to parse options 2013-04-22 13:08:24 -07:00
mde
da95afbc44 Moved usage into text-file 2013-04-21 14:22:16 -07:00
mde
9d87f83214 Start refactoring CLI 2013-04-19 23:03:20 -07:00
mde
2be290d66f Break up generator/env Jakefile 2013-04-19 19:21:29 -07:00
mde
e7d24d5461 Rename templates directory to gen 2013-04-19 18:40:08 -07:00
mde
a3bb69d2ac Removed db:init from CLI commands -- should be called via geddy jake 2013-04-04 08:06:49 -07:00
mde
b66d20cfb4 Document the --geddy-root option 2013-03-30 21:34:49 -07:00
mde
21e0021b22 Added -g flag for setting application root 2013-03-21 13:19:37 -07:00
mde
db00fc0c6b Have to init Jake when using "geddy jake" from app 2013-03-17 13:22:29 -07:00
Miguel Madero
f21c8884a1 Fixes alignment 2013-02-11 16:30:36 -03:00
Miguel Madero
2d87a0cbbc Changes -r to -rt in the help text in cli.js 2013-02-11 16:29:18 -03:00
mde
bc07706c69 Can't use commas with new embeddable Jake 2013-02-05 14:20:38 -08:00
Larz Conwell
c189922d59 Include engine in auth:init, auth:init will now use the give engines
views.
2013-01-15 12:08:19 -05:00
Larz Conwell
a9d96ec627 Include auth in usage dialog.
Clean up auth namespace a little for better readability. Also added
CoffeeScript support for the routes.
2013-01-15 11:32:29 -05:00
Larz Conwell
e7a7bda0ff Remove the require for child_process since we don't use it anymore
Add a check for "default" engine as we do for the other generators, and
replace it with ejs
2013-01-13 14:14:47 -05:00
mde
6ea15d0fe7 Updated help to reflect default of "hostname" 2012-12-20 17:41:54 -08:00
mde
0f91af2e2e Small refactor for parseopts, added tests 2012-12-20 17:37:26 -08:00
Matthew Eernisse
dd86e30f80 Merge pull request #285 from whitepaperclip/master
Feature: --bind server to IP address
2012-12-20 12:33:02 -08:00
Larz Conwell
3900a2bddd Closes #215 Added a geddy routes command that takes an optional route
query.

Included a `routes()` function for the console functioning similar to
the routes command.

Added CoffeeScript support for helpers.
2012-12-17 22:44:47 -05:00
Nick Kezhaya
588b266524 -b (--bind) takes in the IP to bind the server to. 2012-12-16 15:33:32 -06:00
Костадин Дамянов
658b40ecde Add a missing word to the usage mssage
I think you accidentally a word :)
2012-12-01 11:49:02 +02:00
mde
aa49bd92bb Added generator for auth:update 2012-11-10 00:11:20 -08:00
bwestmoreland
047a24a854 Update help message in CLI to correct typo and reflect new secret location 2012-11-07 11:01:29 -08:00
Techwraith
602ecf133a Merge branch 'master' into feature/socket.io-mvc
Conflicts:
	lib/app.js
	templates/base/development.js
	templates/base/environment.js
	templates/base/production.js
2012-11-02 21:35:43 -07:00
Techwraith
5e180a31ab removed the generated .gitignore because git didn't like it, switched -r to be -rt in the cli tool 2012-11-02 21:02:58 -07:00
mde
564357ec23 Integrated generator with CLI, did some cleanup 2012-11-01 08:00:07 -07:00
Techwraith
057bd49b31 RT-MVC: Real time app generation and resource scaffolding is working 2012-10-27 00:17:23 -07:00
mde
88a965c4ad Get Geddy running in a single process, no cluster 2012-10-20 22:26:15 -07:00
Larz Conwell
62886dd9c3 Added console command to the help dialog /cc @MiguelMadero 2012-10-13 12:03:12 -04:00
Larz Conwell
0d9e54e5b8 Fix a bug in generators where searching for Coffee config variants didn't work because utilities.file.searchParentPath changed working directory so it didn't look in the correct directories. 2012-10-08 13:16:33 -04:00
mde
ee17c89f44 Removed 'test' CLI command in favor of generic 'jake' 2012-10-06 18:27:39 -07:00
mde
109ee5928a Added Jakefile, test dir to app, test stubs to scaffolds. 2012-10-05 17:14:38 -07:00
mde
33d17ba145 Bump Jake version, create and execute program 2012-10-05 16:28:58 -07:00
Miguel Madero
6edc07a6a2 Changed the text to reflect the real default number of workers 2012-10-03 12:32:33 -03:00
Larz Conwell
42dfd2a0dd Took out console.logs left in executable, made some other small changes 2012-10-02 17:20:22 -04:00
mde
d3f4d44926 Spaces aren't legal inside passed Jake params. 2012-10-01 16:42:30 -07:00
mde
e5be11d645 Fucking DOS line endings 2012-10-01 16:35:06 -07:00
Matthew Eernisse
70a4182fc9 No longer need to wrap paths for Windows, invoking Jake directly 2012-09-29 19:38:48 -07:00
mde
8889322586 Used embedded Jake instead of shelling out 2012-09-28 14:25:36 -07:00