0.4.0 • Published 4 days ago

@outwalk/create-firefly v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days 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.4.0

4 days ago

0.3.0

9 days ago

0.2.0

15 days ago

0.1.2

20 days ago

0.1.1

20 days ago

0.1.0

20 days ago