0.9.1 • Published 10 months ago

@outwalk/create-firefly v0.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@outwalk/create-firefly

A scaffolding tool for creating Firefly projects.

Actions License Follow Us


Usage

Create a Firefly project by running the following command and then follow the prompts.

npm create @outwalk/firefly@latest

You can also specify settings via command line options.

npm create @outwalk/firefly@latest my-app --language typescript

Command Line Options.

The first argument passed to the command will be used as the project name/directory, Other settings can be configured using the following command line options:

# Specify the language
-l, --language

# Specify the platform
-p, --platform

# Specify the database
-d, --database

# Prevent automatic dependency installation
--skip-install

# Prevent initilizing a new git repository
--skip-git

# Ignore any warnings (dangerous)
--force

Reporting Issues

If you are having trouble getting something to work with Firefly or run into any problems, you can create a new issue.


License

Firefly is licensed under the terms of the MIT license.

0.9.1

10 months ago

0.9.0

12 months ago

0.8.0

1 year ago

0.6.2

1 year ago

0.5.0

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago