1.1.0 ā€¢ Published 5 years ago

javali v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

šŸ— About

Javali (aka JAVA*Script* LI*brary*) is a CLI like Create React App, but for creating JavaScript libraries. Below, some features:

  • Simple command to create a library
  • Fully ES6 that compiles to UMD and CommonJS
  • Supports Typescript
  • Jest for tests
  • Rollup as bundler
  • Live Server to run locally

šŸ— Get started

Using npx

1 ā“ Install and create your library immediately:

npx javali my-lib

2 ā“ Enjoy!

Using global cli

1 ā“ Install Javali globally:

yarn global add javali

or

npm install -g javali

2 ā“ Create your library:

javali my-lib

Or with typescript:

javali my-lib --typescript

3 ā“ Enjoy!

āœ… A folder and library called my-lib will be created in this case.

šŸ— Contributing

  1. Fork this repository
  2. git checkout -b my-feature
  3. git add --all
  4. git commit -m "My commit message about my-feature"
  5. git push origin my-feature
  6. Open a Pull Request =]

šŸ— License

MIT Ā© Diogo Moretti

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago