A few steps should be taken by the developer before running the initial bm forms init
command:
- Start with a folder for your project, and inside that create a folder to hold the forms components.
- cd into
my-project
and runnpm init
followed bygit init
. This will setup yourpackage.json
and initialise a git repository. bm forms init
Can now be ran. For the question "Which folder should I write the component source to?" answer with "my-forms/src" and then accept the defaults.
For the framework, select the framework you wish to use (AngularJS is included by default). This is where you would select frameworks added by your own custom Forms CLI plugins.
...
Further Reading on Forms CLI Plugins:
Managing Output with Plugins and Templates
...