Browse Source

Merge branch 'master' of code.modal.sh:TheoryOfNekomata/formxtr

master
TheoryOfNekomata 3 years ago
parent
commit
bc9b96b597
4 changed files with 17 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +11
    -0
      .npmignore
  3. +5
    -1
      README.md
  4. +0
    -0
      publish.sh

+ 1
- 0
.gitignore View File

@@ -2,3 +2,4 @@
.DS_Store
node_modules
dist
.idea/

+ 11
- 0
.npmignore View File

@@ -0,0 +1,11 @@
src/
node_modules/
.editorconfig/
cypress/
cypress.json/
jest.config.js/
publish.sh
tsconfig.json/
yarn.lock/
test/


+ 5
- 1
README.md View File

@@ -8,7 +8,11 @@ There are many ways to lay out forms.

## Installation

The library is not yet out on any package manager. Installing through the URL is the preferred way.
The package can be found on:

- [Modal Pack](https://js.pack.modal.sh)
- [npm](https://npmjs.com/package/formxtr)
- [GitHub Package Registry](https://github.com/TheoryOfNekomata/formxtr/packages/784699)

## Usage



+ 0
- 0
publish.sh View File


Loading…
Cancel
Save