1.0.7 • Published 1 year ago

create-next-abstract v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Abstract Installer

Abstract Installer is a command line tool that simplifies the process of installing and setting up the Abstract web development framework. With Abstract Installer, you can quickly create a new Next.js-based web application using Abstract, the popular web development platform, and start building beautiful, performant web apps that scale.

Installation

You can use npx to run Abstract Installer without installing it globally:

  npx create-next-abstract <project-name>

Alternatively, you can install Abstract Installer using npm or Yarn:

  npm install -g create-next-abstract

Usage

To create a new project using Abstract, simply run the following command:

  npx create-next-abstract <project-name>

This will create a new Next.js-based project using the Abstract framework, and install all the necessary dependencies.

You can then navigate to the project directory and start the development server:

cd <project-name>
yarn develop

And that's it! You're now ready to start building your own beautiful, performant web applications using Abstract.

License

Abstract Installer is open source software licensed under the MIT License. Feel free to use, modify, and distribute this software as needed.

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago