@tadashi/boilerplate-create

1.4.2 • Public • Published

Boilerplate Create

A CLI for starting projects.

npx --yes @tadashi/boilerplate-create

or

npm i -g @tadashi/boilerplate-create
boilerplate-create

...and follow the prompts.

API

import {create} from '@tadashi/boilerplate-create'

await create('my-app', {
  template: 'rest', // or 'gql' or 'ws' or 'svelte'
  features: false,
})

License

MIT © Thiago Lagden

Package Sidebar

Install

npm i @tadashi/boilerplate-create

Weekly Downloads

5

Version

1.4.2

License

MIT

Unpacked Size

8.11 kB

Total Files

6

Last publish

Collaborators

  • lagden