Skip to content

classroomtechtools/faker-js-appsscripts

Repository files navigation

Faker-js-appsscripts

Just a library that lets you bring in faker.js in an AppsScripts project.

Getting started

  • Use library ID 1W55BVPfNd_PabLuHFQPrdIP4LhxYEFMzTycX8m9HesqNcoSoyL1MrK6I.
  • Use documentation at faker.js

Use

function myFunction () {
    const faker = Faker.module();
    faker.name.firstName();
    faker.helpers.createCard();
    // exactly however it is documented
}

About

Use faker.js in your appsscripts projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published