1.3.0 • Published 7 years ago
create-nexst-app v1.3.0
Usage
With Npm
# `basic` example
$ npx create-nexst-app my-app
# `ark` example
$ npx create-nexst-app my-app --example arkWith Yarn
# `basic` example
$ yarn create nexst-app my-app
# `ark` example
$ yarn create nexst-app my-app --example arkAll examples
See nexst examples.
Packages
| package | version | description |
|---|---|---|
| @nexst/core | core package | |
| @nexst/platform-express | express package | |
| @nexst/typeorm | typeorm package | |
| @nexst/tsconfig | A tsconfig for the nexst app | |
| @nexst/tsconfig-server | A tsconfig for the nexst server app | |
| create-nexst-app | A generator for nexst apps |