You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.
Gien Verschatse edited this page Dec 21, 2016
·
2 revisions
forge new project [--name <string>] [--dir <string>] [--template <string>] [--no-fake]
Creates new project. First time command is run it downloads templates from Forge repository. All templates are using Paket (for dependency management) and FAKE (for build scripts)
Options
--name <string> - Project name. If not provided, user will be prompted for it.
--dir <string> - Project directory. If not provided, user will be prompted for it.
--template <string> - Template name. If not provided, user will be prompted for it.
--no-fake - Forces creating project without FAKE, build script won't be created
Example
forge new project -n SampleProj --folder src -t console