Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 448 Bytes

File metadata and controls

19 lines (14 loc) · 448 Bytes

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
}