Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
30 Days Of Javascript | 39,282 | 6 days ago | 1 | January 19, 2022 | 324 | JavaScript | ||||
30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw | ||||||||||
Ink | 24,874 | 4,188 | 1,306 | 16 days ago | 74 | September 09, 2023 | 52 | mit | TypeScript | |
🌈 React for interactive command-line apps | ||||||||||
Nx | 20,359 | 2 | 556 | 11 hours ago | 915 | November 29, 2023 | 841 | mit | TypeScript | |
Smart, Fast and Extensible Build System | ||||||||||
Upterm | 19,313 | 2 | 5 years ago | 1 | September 06, 2015 | 220 | mit | TypeScript | ||
A terminal emulator for the 21st century. | ||||||||||
Ignite | 16,003 | 1 | 3 | a day ago | 37 | December 27, 2016 | 28 | mit | TypeScript | |
Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! | ||||||||||
Codesandbox Client | 12,705 | 46 | 17 | 12 hours ago | 26 | March 11, 2021 | 435 | other | JavaScript | |
An online IDE for rapid web development | ||||||||||
Infisical | 10,296 | 2 | 12 hours ago | 44 | November 21, 2022 | 246 | other | TypeScript | ||
♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure and prevent secret leaks. | ||||||||||
Vue Native Core | 8,359 | 33 | 4 | 2 years ago | 18 | July 07, 2021 | 31 | mit | JavaScript | |
Vue Native is a framework to build cross platform native mobile apps using JavaScript | ||||||||||
Create React Library | 4,791 | 7 | 38 | 8 months ago | 50 | June 01, 2020 | 126 | JavaScript | ||
CLI for creating reusable react libraries. | ||||||||||
React Blessed | 4,042 | 71 | 89 | 3 years ago | 23 | March 11, 2021 | 37 | mit | JavaScript | |
A react renderer for blessed. |
In your react-native project folder, run:
yarn add -D @bam.tech/react-native-make
# OR
npm i -D @bam.tech/react-native-make
Please note: This plugin only supports react-native-cli v2+
Once installed, plugins are available through the React Native CLI
You can get the list of available plugins by running react-native -h
within your project's folder
Command | Description |
---|---|
set-icon | generate platform specific app icons |
set-splash | generate platform specific splash screens |
cd react-native-make
yarn
then yarn link
react-native init
yarn link @bam.tech/react-native-make
Since 3.0.0, splashscreens for iOS are created via Xcode’s storyboard, so as to meet Apple's new requirements as of April 2020.
Disclaimer: To better understand your usage of this tool, basic analytics have been enabled. It only records commands usage as anonymous page views and does not identify users in any way