nirum-lang / nirum

Nirum: IDL compiler and RPC/distributed object framework for microservices
https://nirum.org/
GNU General Public License v3.0
121 stars 28 forks source link

Quickstart command #135

Open dahlia opened 7 years ago

dahlia commented 7 years ago

It would be great if there's a comamnd to bootstrap a new Nirum package.

kanghyojun commented 7 years ago

it could be implemented by using subcommand like

$ nirum quickstart
project name? ...
version? ...
target? ...
kanghyojun commented 7 years ago

We could benchmark npm init comamnd.