@lunde/create-preact-app

1.1.4 • Public • Published

@lunde/create-preact-app

A command line tool for creating Preact apps out of thin air with deployment strategies for Now.

🔧 Usage

# Use `npx`
npx @lunde/create-preact-app my-app --now

# Or install it globally
yarn global add @lunde/create-preact-app
create-preact-app my-app

create-react-app <name> [--now]

When none of the optional arguments are defined, an SSR React app and no deployment strategy is created.

Argument Type Required Description
name string true The name of your app. This is also the name of the directory that will be created.
--now boolean false Creates a static React app with a Now deployment strategy

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @lunde/create-preact-app

Weekly Downloads

2

Version

1.1.4

License

MIT

Unpacked Size

146 kB

Total Files

68

Last publish

Collaborators

  • jaredlunde