Skip to content

This is a gulp task, which automatically generates any specification documents of Apex classes or triggers in markdown format.

License

Notifications You must be signed in to change notification settings

takahitomiyamoto/apex-specs-generator

Repository files navigation

dependencies status devDependency status Code Climate

GitHub issues GitHub forks GitHub stars GitHub license

Twitter

apex-specs-generator

This is a gulp task, which automatically generates any specification documents of Apex classes or triggers in markdown format.

How to use

download

git clone https://github.com/takahitomiyamoto/apex-specs-generator.git

cd apex-specs-generator

rm -rf .git

yarn install && yarn gulp:init

setup

enjoy!!

yarn gulp:specs:apex:generate && yarn prettier

Example

cd ..

git clone https://github.com/trailheadapps/apex-recipes

cd apex-recipes

sfdx force:org:create -a apex-recipes -s -f config/project-scratch-def.json -v DevHub

sfdx force:source:push -u apex-recipes

sfdx force:org:open -u apex-recipes

# TODO: create a connected app

cd apex-specs-generator

# TODO: update environment.json

yarn gulp:specs:apex:generate && yarn prettier

You can see your Apex specification documents in docs/.

Acknowledgments

About

This is a gulp task, which automatically generates any specification documents of Apex classes or triggers in markdown format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published