create-after-app

3.2.0 • Public • Published

Create After App

Create After.js apps in one command.

npx create-after-app my-proj
cd my-proj
npm start

or.... with the yarn create command:

yarn create after-app my-proj
cd my-proj
yarn start

You can also initialize a project from one of the examples.

npx create-after-app --example with-preact my-preact-app
cd my-preact-app
npm start

or

yarn create after-app --example with-preact my-preact-app
cd my-preact-app

Package Sidebar

Install

npm i create-after-app

Weekly Downloads

2

Version

3.2.0

License

MIT

Unpacked Size

59.3 kB

Total Files

28

Last publish

Collaborators

  • jaredpalmer
  • afterjs