Skip to content

boxtoys/now

Repository files navigation

Now

Quick start project.

Features

  • Support for popular technology stacks.
  • Configuration presets based on best practice.

Templates

Template Type Usage
Node Link
Vue Link
React Link
Nuxt Link
Nest Link

Usage

Node

Use the following script to quickly create a Node or Node Library project.

/bin/bash -c "$(curl -fsSL https://now.box.toys/bin/node)"
/bin/bash -c "$(curl -fsSL https://now.box.toys/bin/node.part)"

Vue

Use the following script to quickly create a Vue or Vue Library project.

/bin/bash -c "$(curl -fsSL https://now.box.toys/bin/vue)"
/bin/bash -c "$(curl -fsSL https://now.box.toys/bin/vue.part)"

React

Use the following script to quickly create a React project.

/bin/bash -c "$(curl -fsSL https://now.box.toys/bin/react)"

Nuxt

Use the following script to quickly create a Nuxt project.

/bin/bash -c "$(curl -fsSL https://now.box.toys/bin/nuxt)"

Nest

Use the following script to quickly create a Nest project.

/bin/bash -c "$(curl -fsSL https://now.box.toys/bin/nest)"

License

MIT.