patternplate-core

0.3.0 • Public • Published

⚙ patternplate-core

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-core contains shared functionality of all patternplate projects. Its primary task is traversal and comprehension of pattern trees.

Install

patternplate-core is available on npm.

npm install --save patternplate-core

Usage

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

import core from 'patternplate-core';
const schema = core.manifest.schema;

Development

You dig patternplate-core 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/marionebl/patternplate-core.git
cd patternplate-core
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-core is built by Mario Nebl and contributors with ❤️ and released under the MIT License.

Package Sidebar

Install

npm i patternplate-core

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • kotzendekrabbe
  • lkuechler
  • rongae
  • marionebl