1.6.1 • Published 2 years ago

@codemaskinc/create-app-template v1.6.1

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

Usage

npm

npm create @codemaskinc/app-template

yarn

yarn create @codemaskinc/app-template

pnpm

pnpm create @codemaskinc/app-template

bunx

bunx @codemaskinc/create-app-template

Flags

The following flags can be used to configure the package manager and template:

FlagDescription
--npmSelects the NPM package manager.
--yarnSelects the Yarn package manager.
--pnpmSelects the PNPM package manager.
--bunSelects the Bun package manager.
--templateSelects a template to use when generating the project (e.g., react, react-native, astro, nestjs-rest-api, nestjs-graphql)

Local build

yarn build && npx create-app-template

Adding extras

We can add extra functions to the template, they can be optionally selected when creating new project (example - template/react/extras/form)

Files from extras folder will be combined with files from base template. If there are two file with the same location (usually index.ts's) text from extra file will be placed in the bottom of the original one

You need to also define extras in other places in code

In src/data/questions/extras.ts there is extras object, you can add properties to array inside extras.options[Template] to enable selection of new extras. label - text that appear in list of extras value - name of folder where extras is placed

If your extras should install new package you can add them in src/data/packages.ts

1.6.1

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago