-
Notifications
You must be signed in to change notification settings - Fork 0
1.0 Docs: Home
Louis Stanko edited this page Nov 20, 2020
·
2 revisions
- Commands Documentation
- Filesystem Documentation
- Path Documentation
- create a new
filename.ts
insrc/
- in
webpack.config.js
add'./src/filename.ts'
to the entry array - Paste this into
filename.ts
. Use the following snippet so you have access to all of the important functions and variables:
import {Helper} from './core'
import {Commands, fs, domCmd} from './init'
/* Start your new project here */
- If you have noticed an issue or bug report it here.
- Contributors and maintainers always welcome!
- If you have used this project for your project, let me know :)
- Share your contributions so others can profit too.
- clean up the code
- rewrite the autocomplete method for the sake of performance
- split the code into multiple files
- fully document the code
- add the ability to create files via
echo
ornano
command- save files created by the user in local storage.
- use webpack
- fix the last commands issue (Arrow Up should always work)