0.1.5 • Published 1 year ago

@postxl/runtime v0.1.5

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

runtime

runtime is the core package that every PostXL project uses internally.

Project Roadmap

PXL is a set of tools that help you ship consulting apps faster.

Schema

PXL uses a special entity configuration schema as the centerpiece of all of its functionality. Schema should be the starting point of all your changes.

Project Structure

/template: check project template
/packages
	/runtime
	/admin
	/cli
		/generators -> templates
			/
/generic ios app
/
/backend:
	/apps
	  /api
		/cli
	/libs:
		gql -> repos ("dataService") -> runtime (import  from @pxl/runtime/...)
		admin -> @postxl/admin-backend (depends on @pxl/runtime -> expose search route etc.)
		custom logic
/web
/e2e
/ios
/migrations
manage.ts
schema.ts
/docker -> Dockerfiles for server, admin, and web
/types
.pxlignore -> contains files/folder that should not be regenerated
import { pxl } from '@pxl/cli'

import schema from './schema.ts'
import migrations from './migrations/index.ts'

pxl({
  schema,
  migrations,
})
node manage.ts migrate
node manager.ts generate
node manager.ts doctor
0.1.2

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.5

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago