You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split out scripts/install.js into new create- package
Publish new packages
TODO: Think of name (maybe create-upleveled, following create-sst, create-expo) that also encompasses other things that we want to set up in a student's project:
Installing SafeQL dependencies in an existing project (during database setup)
Creating Ley migration files with ESM and TypeScript, instead of having to remember pnpm ley new <filename with extension> --esm
Creating standard GitHub Actions CI/CD workflows from templates (eg. unit testing, linting and type checking - optionally with integration tests and deployment), like this or this
pnpm, npm and Yarn support starter kit packages prefixed with
create-
, allowing running arbitrary commands via:create-
starter kit package)stylelint-config-upleveled
#218scripts/install.js
into newcreate-
packageTODO: Think of name (maybe
create-upleveled
, followingcreate-sst
,create-expo
) that also encompasses other things that we want to set up in a student's project:pnpm ley new <filename with extension> --esm
create-x
package examplesOld Suggestion for name:
@upleveled/create-eslint
to enable commandyarn create @upleveled/eslint
Supersedes #161
The text was updated successfully, but these errors were encountered: