0.1.2 • Published 5 years ago

@mountbuild/snake v0.1.2

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Introduction

Use this to transform text.

const snake = require('@mountbuild/snake')

snake('heb', 'ips', 'בְּרֵאשִׁ֖ית בָּרָ֣א אֱלֹהִ֑ים אֵ֥ת הַשָּׁמַ֖יִם וְאֵ֥ת הָאָֽרֶץ׃')
// ber̈e'xiyt bar̈a' 'elohiym 'et haxamayim ve'et ha'ár̈ets.

Or use it from the command line

$ snake heb ips 'בְּרֵאשִׁ֖ית בָּרָ֣א אֱלֹהִ֑ים אֵ֥ת הַשָּׁמַ֖יִם וְאֵ֥ת הָאָֽרֶץ׃'
ber̈e'xiyt bar̈a' 'elohiym 'et haxamayim ve'et ha'ár̈ets.

Installation

$ npm install @mountbuild/snake

Illustration

License

Copyright 2020 Mount Build

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.1

5 years ago