JSPM

  • Created
  • Published
  • Downloads 4693
  • Score
    100M100P100Q120974F
  • License Apache-2.0

Idempotently initialize Architect projects

Package Exports

  • @architect/create
  • @architect/create/src/cli
  • @architect/create/src/cli.js
  • @architect/create/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@architect/create) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@architect/create

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