Skip to content

ilDon/slash-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slash-commands

A simple way to invoke Slack-like slash-commands from an input field.

Slash commands are applied to any input element that has the command-input CSS class.

The specifications of the project are outlined in the project plan.

Installation

git clone https://github.com/ilDon/slash-commands

cd slash-commands

yarn install

Running the project

In the GIT repo are included the ready-to-use scripts in the dist/public folder for quick start. So you can run the project by simply:

yarn start

Building the project

Optionally, you can build the project by running the following command:

yarn build

Watch the project for changes

To develop the project, you can run the following command. The project will be served on localhost:3000.

yarn watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published