You are here

README.txt in Features Tools 7.2

Same filename and directory in other branches
  1. 6.2 README.txt
  2. 6 README.txt
  3. 7 README.txt
Ftools is a drupal module to facilitate efficient development workflows with the features (exportable) module.

Specifically, it's add an additional "auto create feature" submit button into the recreate feature form. When triggered, it downloads the feature tar ball, un-tar's it and puts the files in the right place, all in one click. This can save you an incredible amount of time during development.

Please note: 
- ftools only works with the Features 1.x. This is because features 2.x has the same functionality baked in.
- the module requires write access to the sites/all/modules directory. 
- it is intended for personal development, not on production servers.

File

README.txt
View source
  1. Ftools is a drupal module to facilitate efficient development workflows with the features (exportable) module.
  2. Specifically, it's add an additional "auto create feature" submit button into the recreate feature form. When triggered, it downloads the feature tar ball, un-tar's it and puts the files in the right place, all in one click. This can save you an incredible amount of time during development.
  3. Please note:
  4. - ftools only works with the Features 1.x. This is because features 2.x has the same functionality baked in.
  5. - the module requires write access to the sites/all/modules directory.
  6. - it is intended for personal development, not on production servers.