so, where is the code for "sails generate api"? This repo is empty
Closed this issue · 1 comments
tjwebb commented
so, where is the code for "sails generate api"? This repo is empty
loicsaintroch commented
This repo is not empty. sails-generate-api
calls sails-generate-controller
and sails-generate-model
in ./lib/index.js
. We just pulled out this generator from the core of Sails.