A wrapper library to connect to a Drupal8+ based backend
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.1
- [Project Name]
- Prerequisites
- Table of contents
- Getting Started
- Installation
- Usage
- [Serving the app]
- [Running the tests]
- Building a distribution version
- [Serving the distribution version]
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.
npm i ngx-drupal8-rest
BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
git clone https://github.com/wnabil/ngx-drupal8-rest
cd ngx-drupal8-rest
To set up the library:
npm install
Or if you prefer using Yarn:
yarn install
npm run watch:dev
cd dist/ngx-drupal8-rest
npm link
go to the main folder of your application and type this command
npm link ngx-drupal8-rest
npm run publish
This task will create a distribution version of the project
inside your local dist/
folder and will publish on npm
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 😎
Thanks to @makiwin for the big help and support
- VsCode
- npm
- Love ❤️
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.