@architect/create

5.0.2 • Public • Published

Architect Create: Bootstrap new Architect projects, and idempotently create new project resources

GitHub CI status

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 named foo in current dir

npm init @architect ./foo ... create ./foo dir and project named foo that dir

npm init @architect ../foo .. create ../foo dir and project named foo that dir

npm init @architect /foo .... create /foo dir, creates project named foo that dir

npm init @architect ../ ..... create project in .. for named for whatever .. is named

/@architect/create/

    Package Sidebar

    Install

    npm i @architect/create

    Weekly Downloads

    4,467

    Version

    5.0.2

    License

    Apache-2.0

    Unpacked Size

    60.5 kB

    Total Files

    29

    Last publish

    Collaborators

    • brianleroux
    • dam
    • kborchers
    • ryanblock
    • architectci
    • filmaj