我是 Compoundjs 的新手,并且已经开始为 Compoundjs 创建 helloworld 示例。
我尝试使用默认生成器,但在我的应用程序中,唯一可用的生成器是app
,其余的像controller
,model
都丢失了。
以下是我输入compound
终端时的输出
Usage: compound command [argument(s)]
Commands:
h, help Display usage information
i, init Initialize compound app
g, generate [smth] Generate something awesome
r, routes [filter] Display application routes
c, console Debug console
s, server [port] Run compound server
x, install [module] Install compound module
sd, seed plant|harvest Populate database with seed data
db, db [migrate|update] Migrate or update database(s)
Available generators:
app
我究竟做错了什么?请建议。
仅供参考:我的复合版本是1.1.0