Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 386 Bytes

manille

Manille Engine

This package has no external dependency when installed. Its composition is 100% self.

Development

Workflow

nvm is being used in order to have a common Node version:

  • nvm use

Publishing

After the commits are merged to main:

npm run test
npm version patch
npm publish