@workframe/workframe
v0.1.11
Published
Scoped mirror of the Workframe lifecycle CLI.
Maintainers
Readme
@workframe/workframe
Scoped mirror of the workframe lifecycle CLI.
This package exists to establish the @workframe/workframe npm path without introducing a second, different product surface.
Current public package surfaces:
workframe: unscoped lifecycle CLI for existing Workframe projectscreate-workframe: unscoped scaffold package for creating Workframe projects@workframe/workframe: scoped mirror of the same lifecycle CLI
Both of these commands should mean the same thing:
npx workframe help
npx @workframe/workframe helpUse create-workframe when you want to scaffold a new Workframe project:
npx create-workframe --help