@manit-tree/apx-create
v1.0.4
Published
command line for creating project from local template
Readme
apx-create
command line for create project from your own local templates (inspired from bun create command). This command will help you start your development project faster by cloning your specified template inside ./templates folder to a new folder then run pnpm install. Please following these steps before running this command.
- this command will execute
pnpm installfor you, so make sure you havepnpminstalled. - create
templatesfolder inside a folder that you keeps all your development projects. - put your own templates inside
templatesfolder (ex: ./templates/solid-js, /templates/node-cli) - run
apx-create <template> <folder>(ex: apx-create solid-js my-solid-js). This command will clone +
Instalation
pnpm add @manit-tree/apx-create -gUsage
apx-create <template> <folder>