0.0.9 • Published 24 days ago

create-spanion-app v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
24 days ago

create-spanion-app Publish NPM Version

Generate projects from repos using CLI.

Using this simple cli tool, you can copy any public repo and use it as a template for your project.
This also has bunch of my templates baked in, which can be used.

Usage

Install globally using npm i -g create-spanion-app then use create-spanion-app <commands> to run the CLI tool.
It can also be used without installation npx create-spanion-app <commands>.

The shorthand csa can be substituted for create-spanion-app for e.g. is npx csa -t tanstack.

This tool takes these two arguments:

Template -t

Specifies to use the inbuilt template.
npx csa -t frontend
npx csa -t svelte

Repo -r

Specifies to use any public repo.
npx csa -r https://github.com/AKAspanion/nextjs-template.git

Other Examples

To use current folder.
npx csa . -t frontend

To use specified project folder.
npx csa my-app -t frontend

Available Templates

  • mfe-react
  • tanstack
  • frontend
  • backend
  • svelte
  • nextjs

License

MIT © AKAspanion

0.0.9

24 days ago

0.0.8

28 days ago

0.0.2

1 month ago

0.0.5

1 month ago

0.0.4

1 month ago

0.0.7

1 month ago

0.0.6

1 month ago

0.0.1

1 year ago

0.0.1-dev

1 year ago