Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

At this stage, if you're happy with your project setup, you're now able to run the bm forms create command. This will create the library source by reading your forms definition and using the templates specified by the plugin you selected in the init step.

...

Info

We recommend running bm forms create before editing the templates so you can see what a default form will look like.


Templates

my-forms/templates contains templates used by the transforms in the plugin. You can modify them to include any html/javascript you want, once you are done editing they can be committed to your VCSand commit them to your own version control for future reusability.

For more information on editing the templates, see the template documentation.

Re-Building Your Source Code

...