Architect Create: Bootstrap new Architect projects, and idempotently create new project resources
npm init @architect [--runtime [node, deno, ruby, python]] [project name and/or path]
Example:
npm init @architect......... create project named for current dir in current dir
npm init @architect ./...... create project named for current dir in current dir
npm init @architect foo..... create project namedfooin current dir
npm init @architect ./foo... create./foodir and project namedfoothat dir
npm init @architect ../foo.. create../foodir and project namedfoothat dir
npm init @architect /foo.... create/foodir, creates project namedfoothat dir
npm init @architect ../..... create project in .. for named for whatever .. is named
