@makiwin/ngx-drupal8-rest v1.14.5
ngx-drupal8-rest
A wrapper library to connect to a Drupal8 based backend
Prerequisites
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
6.14.17
v16.17.1Table of contents
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Installation
For integrating on your project
$ npm i @makiwin/ngx-drupal8-restBEFORE YOU INSTALL: please read the prerequisites
For contribuiting to the project
Start with cloning this repo on your local machine:
$ git clone https://github.com/Makiwin/ngx-drupal8-rest
$ cd ngx-drupal8-restTo set up the library:
$ npm install Or if you prefer using Yarn:
$ yarn installUsage
Serving the library
$ npm run watch:dev
$ cd dist/ngx-drupal8-rest
$ npm linkUsing the library on your application
go to the main folder of your application and type this command
$ npm link ngx-drupal8-restBuilding a distribution version
$ npm run publishThis task will create a distribution version of the project
inside your local dist/ folder and will publish on npm
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Add your changes:
git add . - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :sunglasses:
Credits
TODO: Write credits
Built With
- VsCode
- npm
- Love :heart:
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.