@architect/create
v5.0.3
Published
Idempotently initialize Architect projects
Downloads
16,593
Keywords
Readme
@architect/create
Architect Create: Bootstrap new Architect projects, and idempotently create new project resources
Create a new Architect project
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 namedfoo
in current dir
npm init @architect ./foo
... create./foo
dir and project namedfoo
that dir
npm init @architect ../foo
.. create../foo
dir and project namedfoo
that dir
npm init @architect /foo
.... create/foo
dir, creates project namedfoo
that dir
npm init @architect ../
..... create project in .. for named for whatever .. is named