Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

patternplate-client

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

patternplate-client

Universal client-application for patternplate-server

  • 1.0.0-development
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21
decreased by-46.15%
Maintainers
4
Weekly downloads
 
Created
Source

☸ patternplate-client

About | Usage | Documentation | Contributing


> Health

npm version Downloads Build status Coverage

Activity

Pull requests Issues

Standards

Commitizen friendly Build system Dependency management Release management Ecmascript version Javascript coding style License

Reach out

chat with patternplate

About

patternplate-client is the client application for patternplate.

Install

patternplate-client is available on npm.

npm install --save patternplate-client

Usage

CLI

patternplate-client exposes a CLI. Documentation will follow in short notice.

API

patternplate-client exposes its API as commonjs module. Functionalities are grouped in namespaces. See API Documentation for details.

import patternplateClient from 'patternplate-client';
const client = await patternplateClient();

Development

You dig patternplate-client and want to submit a pull request? Awesome! Be sure to read the contribution guide and you should be good to go. Here are some notes to get you coding real quick.

Fetch, install and start the default watch task

git clone https://github.com/sinnerschrader/patternplate-client.git
cd patternplate-client
npm install
npm start

This will watch all files in source and start the appropriate tasks when changes are detected. See development for more details.


patternplate-client is built by SinnerSchrader and contributors with :heart: and released under the MIT License.

Keywords

FAQs

Package last updated on 09 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc