1.3.0 • Published 5 years ago

create-nexst-app v1.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Usage

With Npm

# `basic` example
$ npx create-nexst-app my-app

# `ark` example
$ npx create-nexst-app my-app --example ark

With Yarn

# `basic` example
$ yarn create nexst-app my-app

# `ark` example
$ yarn create nexst-app my-app --example ark

All examples

See nexst examples.

Packages

packageversiondescription
@nexst/core@nexst/core downloadscore package
@nexst/platform-express@nexst/platform-express downloadsexpress package
@nexst/typeorm@nexst/typeorm downloadstypeorm package
@nexst/tsconfig@nexst/tsconfig downloadsA tsconfig for the nexst app
@nexst/tsconfig-server@nexst/tsconfig-server downloadsA tsconfig for the nexst server app
create-nexst-appcreate-nexst-app downloadsA generator for nexst apps

Related