Skip to content

grigorii-horos/programing-language-names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Languages Names 👋

Documentation Maintenance License: GPL-3.0

Names for Programing Languages

Install

npm install programing-language-names

Usage

This package contains names fro programing languages

const names = require('programing-language-names')

console.log(names.javascript) // JavaScript
console.log(names.as) // ActionScript

Run tests

npm run test

Author

👤 Grigorii Horos

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Grigorii Horos.
This project is GPL-3.0 licensed.


This README was generated with ❤️ by readme-md-generator