@greenwood/init

0.31.0 • Public • Published

@greenwood/init

Overview

Init package for scaffolding out a new Greenwood project. For more information and complete docs, please visit the Greenwood website.

Usage

Run the init command to scaffold a minimal Greenwood project.

$ npx @greenwood/init@latest

This will then output your project files into a directory called my-app:

./
  .gitignore
  greenwood.config.js
  package.json
  src/
    # ...

Options

Project Name

By providing a name as the first argument, the init command will output the project files into a directory of the same name and configure the name property package.json.

# example
$ npx @greenwood/init@latest my-app

Package Sidebar

Install

npm i @greenwood/init

Weekly Downloads

15

Version

0.31.0

License

MIT

Unpacked Size

35.9 kB

Total Files

10

Last publish

Collaborators

  • thescientist13