0.1.6 • Published 9 months ago

create-spin v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

create-spin

Scaffolding for Spin projects

With NPM:

npm create spin@latest

With Yarn:

yarn create spin

create-spin automatically runs in interactive mode, but you can also specify your project name and template with command line arguments.

# npm 6.x
npm create spin@latest my-spin-project --template minimal

# npm 7+, extra double-dash is needed:
npm create spin@latest my-spin-project -- --template minimal

# yarn
yarn create spin my-spin-project --template minimal

Check out the full list of example templates, available on GitHub.

You can also use any GitHub repo as a template:

npm create spin@latest my-spin-project -- --template @bytel/spin-angular

CLI Flags

May be provided in place of prompts

NameDescription
--template <name>Specify your template.
--install / --no-installInstall dependencies (or not).
--git / --no-gitInitialize git repo (or not).
--yes (-y)Skip all prompt by accepting defaults.
--no (-n)Skip all prompt by declining defaults.
--dry-runWalk through steps without executing.
--skip-houstonSkip Houston animation.
--typescript <option>TypeScript option: strict / strictest / relaxed.
0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago