Skip to content

jacebenson/fluentnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Fluent Notes

This is a project to better understand the Fluent language and it's abilities within ServiceNow.

How we're getting started

We first need to auth to ServiceNow.

  1. We'll need to prepare this project. To do so I've added git by running git init in the project folder.
  2. We'll need to have package.json so I've run npm init -y to create that.
  3. To use this we'll need Node. We'll also need a administrator user id and password. So make that first, note the username and password. The auth command is npx @servicenow/sdk auth --add <instance> in my case that's npx @servicenow/sdk auth --add dev340226
  4. Lets initialize the project with npx @servicenow/sdk init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published